Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableView Class / Resize Method
New row count.
New column count.
New first column index. -1 means not changing first column.


In This Topic
    Resize Method (TableView)
    In This Topic
    Resizes the table.
    Syntax
    'Declaration
     
    
    Public Sub Resize( _
       ByVal rowCount As Integer, _
       ByVal columnCount As Integer, _
       Optional ByVal newFirstColumnIndex As Integer _
    ) 
    'Usage
     
    
    Dim instance As TableView
    Dim rowCount As Integer
    Dim columnCount As Integer
    Dim newFirstColumnIndex As Integer
     
    instance.Resize(rowCount, columnCount, newFirstColumnIndex)

    Parameters

    rowCount
    New row count.
    columnCount
    New column count.
    newFirstColumnIndex
    New first column index. -1 means not changing first column.
    See Also