Spread WinForms 15
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / StructuredTableReferenceKeywordType Enumeration


StructuredTableReferenceKeywordType Enumeration
Specifies table part where a table expression refer to.
Syntax
'Declaration
 
Public Enum StructuredTableReferenceKeywordType 
   Inherits System.Enum
 
'Usage
 
Dim instance As StructuredTableReferenceKeywordType
Members
MemberDescription
All[0] Refers to all the table
Data[1] Refers to only data area
DataAndTotals[6] Refers to both data and total row areas
Headers[2] Refers to header area
HeadersAndData[5] Refers to both header and data areas
NotSpecific[7] No specified
ThisRow[4] Determines by the row index of cell that contains table expression
Totals[3] Refers to total row area
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.CalcEngine.StructuredTableReferenceKeywordType

See Also