[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.GetTable

GetTable Method

GetTable(string)

Gets a TableView by name.

Declaration
public TableView GetTable(string tableName)
Public Function GetTable(tableName As String) As TableView
Parameters
Type Name Description
string tableName

Table name

Returns
Type Description
TableView

An TableView object.

GetTable(int, int)

Gets a TableView from a specific position.

Declaration
public TableView GetTable(int row, int column)
Public Function GetTable(row As Integer, column As Integer) As TableView
Parameters
Type Name Description
int row

Row index

int column

Column index

Returns
Type Description
TableView

A TableView object.