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


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

    Parameters

    sheet
    Sheet index
    See Also