Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Workbook Class / Themes Property


In This Topic
    Themes Property (Workbook)
    In This Topic
    Gets themes for the workbook.
    Syntax
    'Declaration
     
    Public ReadOnly Property Themes As SpreadThemes
    'Usage
     
    Dim instance As Workbook
    Dim value As SpreadThemes
     
    value = instance.Themes
    public SpreadThemes Themes {get;}
    See Also