[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Themes.Badge

Badge Property

Badge

Specifies the Badge theme.

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