[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Workbook.Theme

Theme Property

Theme

Returns an instance of ITheme which provides access to the theme associated with a workbook.

Declaration
public ITheme Theme { get; set; }
Public Property Theme As ITheme
Property Value
Type Description
ITheme

The theme.

Implements