[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Themes.Integral

Integral Property

Integral

Specifies the Integral theme.

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