Spread Silverlight Documentation
Type Property (TableStyleElement)


GrapeCity.Excel Namespace > TableStyleElement Class : Type Property
Identifies this table style element's type.
Syntax
'Declaration
 
Public Property Type As ExcelTableElementType
'Usage
 
Dim instance As TableStyleElement
Dim value As ExcelTableElementType
 
instance.Type = value
 
value = instance.Type
public ExcelTableElementType Type {get; set;}
See Also

Reference

TableStyleElement Class
TableStyleElement Members