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


In This Topic
    CurrentTheme Property (Workbook)
    In This Topic
    Gets or sets the current theme for the workbook.
    Syntax
    'Declaration
     
    Public Property CurrentTheme As SpreadTheme
    'Usage
     
    Dim instance As Workbook
    Dim value As SpreadTheme
     
    instance.CurrentTheme = value
     
    value = instance.CurrentTheme
    public SpreadTheme CurrentTheme {get; set;}
    See Also