Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Table Class / GetTableExpression Method
the item specifiers of the structured object.
the start column index.
the end column index.


In This Topic
GetTableExpression Method
In This Topic
Get table Formula from structuredItemSpecifiers and column index.
Syntax
'Declaration
 
Public Function GetTableExpression( _
   ByVal itemSpecifiers As StructuredItemSpecifiers, _
   ByVal fromColumnId As Integer, _
   ByVal toColumnId As Integer _
) As Expression
 
'Usage
 
Dim instance As Table
Dim itemSpecifiers As StructuredItemSpecifiers
Dim fromColumnId As Integer
Dim toColumnId As Integer
Dim value As Expression
 
value = instance.GetTableExpression(itemSpecifiers, fromColumnId, toColumnId)

Parameters

itemSpecifiers
the item specifiers of the structured object.
fromColumnId
the start column index.
toColumnId
the end column index.
See Also