SpreadsheetGear 2017
ColorIndex Property (IFormatColor)






SpreadsheetGear Namespace > IFormatColor Interface : ColorIndex Property
Gets or sets the color as the zero based color index.
Syntax
'Declaration
 
Property ColorIndex As System.Integer
'Usage
 
Dim instance As IFormatColor
Dim value As System.Integer
 
instance.ColorIndex = value
 
value = instance.ColorIndex
System.int ColorIndex {get; set;}
read-write property ColorIndex: System.Integer; 
function get,set ColorIndex : System.int
__property System.int get_ColorIndex();
__property void set_ColorIndex( 
   System.int value
);
property System.int ColorIndex {
   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

IFormatColor Interface
IFormatColor Members
Color Property
ThemeColor Property