Spread Silverlight Documentation
Category Property (ExcelStyle)


GrapeCity.Excel Namespace > ExcelStyle Class : Category Property
Gets or sets the category of the built-in style
Syntax
'Declaration
 
Public Property Category As System.Integer
'Usage
 
Dim instance As ExcelStyle
Dim value As System.Integer
 
instance.Category = value
 
value = instance.Category
public System.int Category {get; set;}

Property Value

The category of the built-in style
See Also

Reference

ExcelStyle Class
ExcelStyle Members