[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Themes.Verve

Verve Property

Verve

Specifies the Verve theme.

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