Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExportExcelRowInfo Interface / RowIndex Property


In This Topic
    RowIndex Property (IExportExcelRowInfo)
    In This Topic
    Gets the index of row in the exporting Excel sheet.
    Syntax
    'Declaration
     
    
    ReadOnly Property RowIndex As Integer
    'Usage
     
    
    Dim instance As IExportExcelRowInfo
    Dim value As Integer
     
    value = instance.RowIndex
    int RowIndex {get;}
    See Also