[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Themes.Metro

Metro Property

Metro

Specifies the Metro theme.

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