SpreadsheetGear 2017
ColorIndex Property (IBorders)






SpreadsheetGear Namespace > IBorders Interface : ColorIndex Property
Gets or sets the zero based color index of the borders of the represented cell, range or object.
Syntax
'Declaration
 
Property ColorIndex As System.Integer
'Usage
 
Dim instance As IBorders
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

IBorders Interface
IBorders Members
ColorIndex Class
Color Property
ThemeColor Property
TintAndShade Property
ColorDefined Property