[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Themes.Berlin

Berlin Property

Berlin

Specifies the Berlin theme.

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