SpreadsheetGear 2017
PatternColorIndex Property (IInterior)






SpreadsheetGear Namespace > IInterior Interface : PatternColorIndex Property
Gets or sets the color index of the pattern for the represented interior.
Syntax
'Declaration
 
Property PatternColorIndex As System.Integer
'Usage
 
Dim instance As IInterior
Dim value As System.Integer
 
instance.PatternColorIndex = value
 
value = instance.PatternColorIndex
System.int PatternColorIndex {get; set;}
read-write property PatternColorIndex: System.Integer; 
function get,set PatternColorIndex : System.int
__property System.int get_PatternColorIndex();
__property void set_PatternColorIndex( 
   System.int value
);
property System.int PatternColorIndex {
   System.int get();
   void set (    System.int 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
ColorIndex Class
PatternColor Property
PatternColorDefined Property
PatternThemeColor Property
TintAndShade Property
Interior Property