Spread WinForms 15
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
See Also