[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Themes.IonBoardroom

IonBoardroom Property

IonBoardroom

Specifies the IonBoardroom theme.

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