A Sandcastle Documented Class Library
RowIndex Property
Namespaces ► Yogesh.ExcelXml ► CellIndexInfo ► RowIndex
Row index starting from 0

C# | Visual Basic | Visual C++ |
public int RowIndex { get; private set; }
Public Property RowIndex As Integer
public: property int RowIndex { int get (); void set (int value); }