Spread Silverlight Documentation
Name Property (TableStyle)


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

Property Value

The name.
See Also

Reference

TableStyle Class
TableStyle Members