[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Themes.Slate

Slate Property

Slate

Specifies the Slate theme.

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