Spread Silverlight Documentation
Name Property (ExcelStyle)


GrapeCity.Excel Namespace > ExcelStyle Class : Name Property
Gets the name of the style
Syntax
'Declaration
 
Public Property Name As System.String
'Usage
 
Dim instance As ExcelStyle
Dim value As System.String
 
instance.Name = value
 
value = instance.Name
public System.string Name {get; set;}

Property Value

The name of the style
See Also

Reference

ExcelStyle Class
ExcelStyle Members