GrapeCity.Xaml.CalcEngine
GetTableByIndex Method


The row index.
The column index.
Get table by index.
Syntax
'Declaration
 
Public Overridable Function GetTableByIndex( _
   ByVal rowIndex As Integer, _
   ByVal columnIndex As Integer _
) As ITableStruct
'Usage
 
Dim instance As CalcParserContext
Dim rowIndex As Integer
Dim columnIndex As Integer
Dim value As ITableStruct
 
value = instance.GetTableByIndex(rowIndex, columnIndex)
public virtual ITableStruct GetTableByIndex( 
   int rowIndex,
   int columnIndex
)

Parameters

rowIndex
The row index.
columnIndex
The column index.

Return Value

The table.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

CalcParserContext Class
CalcParserContext Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options