Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelXml Interface / ExcelGetColumnHeaderRowCount Method
Sheet index


In This Topic
    ExcelGetColumnHeaderRowCount Method
    In This Topic
    Gets the Excel XML column header row count.
    Syntax
    'Declaration
     
    
    Function ExcelGetColumnHeaderRowCount( _
       ByVal sheet As Short _
    ) As Integer
    'Usage
     
    
    Dim instance As IExcelXml
    Dim sheet As Short
    Dim value As Integer
     
    value = instance.ExcelGetColumnHeaderRowCount(sheet)
    int ExcelGetColumnHeaderRowCount( 
       short sheet
    )

    Parameters

    sheet
    Sheet index
    See Also