Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelRead2 Interface / GetSheetViewColumnCount Method
Index of the sheet.


In This Topic
    GetSheetViewColumnCount Method
    In This Topic
    Gets the column count of an specified sheet.
    Syntax
    'Declaration
     
    
    Function GetSheetViewColumnCount( _
       ByVal sheetIndex As Integer _
    ) As Integer
    'Usage
     
    
    Dim instance As IExcelRead2
    Dim sheetIndex As Integer
    Dim value As Integer
     
    value = instance.GetSheetViewColumnCount(sheetIndex)
    int GetSheetViewColumnCount( 
       int sheetIndex
    )

    Parameters

    sheetIndex
    Index of the sheet.
    See Also