GrapeCity.Xaml.SpreadSheet.Data
CurrentThemeName Property (Workbook)


GrapeCity.Xaml.SpreadSheet.Data Namespace > Workbook Class : CurrentThemeName Property
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

Reference

Workbook Class
Workbook Members