Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IOptimizedExcel2 Interface / SetTableRowCount Method


In This Topic
    SetTableRowCount Method (IOptimizedExcel2)
    In This Topic
    Syntax
    'Declaration
     
    
    Sub SetTableRowCount( _
       ByVal sheetView As Object, _
       ByVal count As Integer _
    ) 
    'Usage
     
    
    Dim instance As IOptimizedExcel2
    Dim sheetView As Object
    Dim count As Integer
     
    instance.SetTableRowCount(sheetView, count)
    void SetTableRowCount( 
       object sheetView,
       int count
    )

    Parameters

    sheetView
    count
    See Also