Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelRead2 Interface / SetSheetViewColumnCount Method
The index of sheet.
The column count of sheet.


In This Topic
SetSheetViewColumnCount Method (IExcelRead2)
In This Topic
Set the column count of an specified sheet.
Syntax
'Declaration
 
Sub SetSheetViewColumnCount( _
   ByVal sheetIndex As Integer, _
   ByVal columnCount As Integer _
) 
 
'Usage
 
Dim instance As IExcelRead2
Dim sheetIndex As Integer
Dim columnCount As Integer
 
instance.SetSheetViewColumnCount(sheetIndex, columnCount)

Parameters

sheetIndex
The index of sheet.
columnCount
The column count of sheet.
See Also