Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / StartTableResizing Method
Row pane index.
Column pane index.
Row index.
Column index.


In This Topic
    StartTableResizing Method
    In This Topic
    Start resizing the active TableView.
    Syntax
    'Declaration
     
    
    Protected Sub StartTableResizing( _
       ByVal rowPane As Integer, _
       ByVal columnPane As Integer, _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) 
    'Usage
     
    
    Dim instance As SpreadView
    Dim rowPane As Integer
    Dim columnPane As Integer
    Dim row As Integer
    Dim column As Integer
     
    instance.StartTableResizing(rowPane, columnPane, row, column)
    protected void StartTableResizing( 
       int rowPane,
       int columnPane,
       int row,
       int column
    )

    Parameters

    rowPane
    Row pane index.
    columnPane
    Column pane index.
    row
    Row index.
    column
    Column index.
    See Also