Spread WinForms 15
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)

Parameters

sheetView
count
See Also