'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)
void SetSheetViewColumnCount( int sheetIndex, int columnCount )
Parameters
- sheetIndex
- The index of sheet.
- columnCount
- The column count of sheet.