Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / GcSpreadSheet Class / CurrentThemeName Property


In This Topic
    CurrentThemeName Property (GcSpreadSheet)
    In This Topic
    Gets or sets the current theme information for the control.
    Syntax
    'Declaration
     
    <CategoryAttribute("Spread Workbook")>
    <DefaultValueAttribute("Office")>
    Public Property CurrentThemeName As String
    'Usage
     
    Dim instance As GcSpreadSheet
    Dim value As String
     
    instance.CurrentThemeName = value
     
    value = instance.CurrentThemeName
    [Category("Spread Workbook")]
    [DefaultValue("Office")]
    public string CurrentThemeName {get; set;}
    See Also