Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IOptimizedExcel2 Interface / FinishImportStyleTable Method


In This Topic
FinishImportStyleTable Method
In This Topic
Syntax
'Declaration
 
Sub FinishImportStyleTable( _
   ByVal sheetView As Object, _
   ByVal rowCount As Integer, _
   ByVal endRow As Integer _
) 
 
'Usage
 
Dim instance As IOptimizedExcel2
Dim sheetView As Object
Dim rowCount As Integer
Dim endRow As Integer
 
instance.FinishImportStyleTable(sheetView, rowCount, endRow)

Parameters

sheetView
rowCount
endRow
See Also