[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IWorksheet.TabColor

TabColor Property

TabColor

Gets or sets the primary color of the worksheet tab.

Use this property to retrieve the color currently applied to the tab. To change the tab color, use TabColor.

Declaration
Color TabColor { get; set; }
Property TabColor As Color
Examples
worksheet.TabColor = Color.Blue;
Color tabColor = worksheet.TabColor;
worksheet.Range["A1"].Value = tabColor.ToString();