Spread Silverlight Documentation
CurrentTheme Property (Workbook)


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

Reference

Workbook Class
Workbook Members