SpreadsheetGear 2017
Pattern Property (IInterior)






SpreadsheetGear Namespace > IInterior Interface : Pattern Property
Gets or sets the Pattern of the represented interior.
Syntax
'Declaration
 
Property Pattern As Pattern
'Usage
 
Dim instance As IInterior
Dim value As Pattern
 
instance.Pattern = value
 
value = instance.Pattern
Pattern Pattern {get; set;}
read-write property Pattern: Pattern; 
function get,set Pattern : Pattern
__property Pattern get_Pattern();
__property void set_Pattern( 
   Pattern value
);
property Pattern Pattern {
   Pattern get();
   void set (    Pattern value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IInterior Interface
IInterior Members
PatternDefined Property
Pattern Enumeration
Interior Property