[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Themes.Mesh

Mesh Property

Mesh

Specifies the Mesh theme.

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