[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Themes.Metropolitan

Metropolitan Property

Metropolitan

Specifies the Metropolitan theme.

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