[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Themes.Facet

Facet Property

Facet

Specifies the Facet theme.

Declaration
public static ITheme Facet { get; }
Public Shared ReadOnly Property Facet As ITheme
Examples
ITheme theme = Themes.Facet;
workbook.Theme = theme;