A Sandcastle Documented Class Library
RowCount Property
Namespaces ► Yogesh.ExcelXml ► Worksheet ► RowCount
Returns the number of rows present in the sheet

C# | Visual Basic | Visual C++ |
public int RowCount { get; }
Public ReadOnly Property RowCount As Integer
public: property int RowCount { int get (); }