'Declaration <System.ComponentModel.CategoryAttribute("Spread Workbook")> <System.ComponentModel.DefaultValueAttribute()> Public Property CurrentThemeName As System.String
'Usage Dim instance As GcSpreadSheet Dim value As System.String instance.CurrentThemeName = value value = instance.CurrentThemeName
[System.ComponentModel.Category("Spread Workbook")] [System.ComponentModel.DefaultValue()] public System.string CurrentThemeName {get; set;}