[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Themes.Concourse

Concourse Property

Concourse

Specifies the Concourse theme.

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