[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Themes.Technic

Technic Property

Technic

Specifies the Technic theme.

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