[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ITheme.IsBuiltIn

IsBuiltIn Property

IsBuiltIn

Gets whether the theme is a built-in theme.

Built-in themes are the predefined themes returned by the Themes utility methods. Custom themes created programmatically return false.

Declaration
bool IsBuiltIn { get; }
ReadOnly Property IsBuiltIn As Boolean
Examples
ITheme theme = Themes.Berlin;
bool builtIn = theme.IsBuiltIn;