Spread Windows Forms 12.0 Product Documentation
TableStyleElementType Enumeration


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace : TableStyleElementType Enumeration
Represents the table style element's type.
Syntax
'Declaration
 
Public Enum TableStyleElementType 
   Inherits System.Enum
'Usage
 
Dim instance As TableStyleElementType
public enum TableStyleElementType : System.Enum 
Members
MemberDescription
FirstColumn 
FirstColumnStripe 
FirstHeaderCell 
FirstRowStripe 
FirstTotalCell 
HeaderRow 
HoveredSelectedItemWithData 
HoveredSelectedItemWithNoData 
HoveredUnselectedItemWithData 
HoveredUnselectedItemWithNoData 
LastColumn 
LastHeaderCell 
LastTotalCell 
SecondColumnStripe 
SecondRowStripe 
SelectedItemWithData 
SelectedItemWithNoData 
TotalRow 
UnselectedItemWithData 
UnselectedItemWithNoData 
WholeTable 
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.TableStyleElementType

See Also

Reference

GrapeCity.Spreadsheet Namespace