Spread WPF 17
GrapeCity.Excel Namespace / IExcelWorkbook Interface / Theme Property


In This Topic
    Theme Property (IExcelWorkbook)
    In This Topic
    Gets or sets the theme used in the IExcelWorkbook instance.
    Syntax
    'Declaration
     
    Property Theme As IExcelTheme
    'Usage
     
    Dim instance As IExcelWorkbook
    Dim value As IExcelTheme
     
    instance.Theme = value
     
    value = instance.Theme
    IExcelTheme Theme {get; set;}

    Property Value

    The IExcelTheme instance used in the current workbook
    See Also