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


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