Spread Silverlight Documentation
ExcelTableElementType Enumeration


GrapeCity.Excel Namespace : ExcelTableElementType Enumeration
An enumeration that specifies the table element's type.
Syntax
'Declaration
 
Public Enum ExcelTableElementType 
   Inherits System.Enum
'Usage
 
Dim instance As ExcelTableElementType
public enum ExcelTableElementType : System.Enum 
Members
MemberDescription
FirstColumn First column
FirstColumnStripe First Column stripe
FirstHeaderCell First header cell
FirstRowStripe First row stripe
FirstTotalCell First total cell
HeaderRow Header row
LastColumn Last column
LastHeaderCell Last header cell
LastTotalCell Last total cell
SecondColumnStripe Second column stripe
SecondRowStripe Second row stripe
TotalRow Total row
WholeTable Whole Table
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Excel.ExcelTableElementType

See Also

Reference

GrapeCity.Excel Namespace