[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IInterior.Color

Color Property

Color

Gets or sets the color of the represented interior.

Declaration
Color Color { get; set; }
Property Color As Color
Examples
IRange cell = worksheet.Range["A1"];
cell.Interior.Color = Color.LightBlue;
Color color = cell.Interior.Color;