[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ITheme.Name

Name Property

Name

Gets the name of the theme.

The returned name identifies the current theme and can be used to look up a theme from the Themes collection.

Declaration
string Name { get; }
ReadOnly Property Name As String
Examples
ITheme theme = Themes.Berlin;
string name = theme.Name;