ColorIndex Property
ColorIndex
Gets or sets the color of the interior.
Declaration
int ColorIndex { get; set; }
Property ColorIndex As Integer
Examples
IInterior interior = worksheet.Range["A1"].Interior;
interior.ColorIndex = 3;
int colorIndex = interior.ColorIndex;