Spread WPF 17
GrapeCity.Excel Namespace / ExcelWorkbook Class / Theme Property


In This Topic
    Theme Property (ExcelWorkbook)
    In This Topic
    Represents the Theme used in the workbook
    Syntax
    'Declaration
     
    Public Property Theme As IExcelTheme
    'Usage
     
    Dim instance As ExcelWorkbook
    Dim value As IExcelTheme
     
    instance.Theme = value
     
    value = instance.Theme
    public IExcelTheme Theme {get; set;}
    See Also