Spread Silverlight Documentation
Name Property (SpreadTheme)


GrapeCity.Windows.SpreadSheet.Data Namespace > SpreadTheme Class : Name Property
Gets or sets the name of the current theme.
Syntax
'Declaration
 
Public Property Name As System.String
'Usage
 
Dim instance As SpreadTheme
Dim value As System.String
 
instance.Name = value
 
value = instance.Name
public System.string Name {get; set;}

Property Value

The name of the current theme.
See Also

Reference

SpreadTheme Class
SpreadTheme Members