[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Themes.Equity

Equity Property

Equity

Specifies the Equity theme.

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