Spread Silverlight Documentation
Name Property (ThemeColor)


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

Property Value

The name.
See Also

Reference

ThemeColor Class
ThemeColor Members