Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IOptimizedExcel3 Interface / SetTableRowCount Method


In This Topic
SetTableRowCount Method (IOptimizedExcel3)
In This Topic
Syntax
'Declaration
 
Sub SetTableRowCount( _
   ByVal sheetView As Object, _
   ByVal valueCount As Integer, _
   ByVal styleCount As Integer, _
   ByVal formulaCount As Integer _
) 
 
'Usage
 
Dim instance As IOptimizedExcel3
Dim sheetView As Object
Dim valueCount As Integer
Dim styleCount As Integer
Dim formulaCount As Integer
 
instance.SetTableRowCount(sheetView, valueCount, styleCount, formulaCount)

Parameters

sheetView
valueCount
styleCount
formulaCount
See Also