SheetProperties.TabColor Property

Sheet Tab Color.Represents the element tag in schema: x:tabColor

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property TabColor As TabColor
    Get
    Set
'Usage
Dim instance As SheetProperties
Dim value As TabColor

value = instance.TabColor

instance.TabColor = value
public TabColor TabColor { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.TabColor
Returns TabColor.

See Also

Reference

SheetProperties Class

SheetProperties Members

DocumentFormat.OpenXml.Spreadsheet Namespace