Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorkbook Interface / Theme Property


In This Topic
    Theme Property (IWorkbook)
    In This Topic
    Gets or sets the theme applied to the current workbook.
    Syntax
    'Declaration
     
    
    Property Theme As Theme
    'Usage
     
    
    Dim instance As IWorkbook
    Dim value As Theme
     
    instance.Theme = value
     
    value = instance.Theme
    Theme Theme {get; set;}
    See Also