Returns the row at a given position

Declaration Syntax
C# |
Visual Basic |
Visual C++ |
public Row this[
int rowIndex
] { get; }
Public ReadOnly Default Property Item ( _
rowIndex As Integer _
) As Row
public:
property Row^ default[int rowIndex] {
Row^ get (int rowIndex);
}

Parameters
- rowIndex (Int32)
- Index of the Row starting from 0

Return Value
Row reference to the requested row
Assembly: Yogesh.ExcelXml (Module: Yogesh.ExcelXml) Version: 2.89.501.2158