Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetTable Method / GetTable(Int32,Int32) Method
Row index
Column index


In This Topic
    GetTable(Int32,Int32) Method
    In This Topic
    Gets a TableView from a specific position.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetTable( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) As TableView
    'Usage
     
    
    Dim instance As SheetView
    Dim row As Integer
    Dim column As Integer
    Dim value As TableView
     
    value = instance.GetTable(row, column)
    public TableView GetTable( 
       int row,
       int column
    )

    Parameters

    row
    Row index
    column
    Column index

    Return Value

    A TableView object.
    See Also