Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExportExcelCellInfo Interface / RowIndex Property


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