PageTableAreaRowCount Property |
Gets the total number of the table rows.
Namespace: GroupDocs.Parser.DataAssembly: GroupDocs.Parser (in GroupDocs.Parser.dll) Version: 21.2.0
Syntaxpublic int RowCount { get; }
Public ReadOnly Property RowCount As Integer
Get
public:
property int RowCount {
int get ();
}
member RowCount : int with get
Property Value
Type:
Int32An integer value that contains the total number of the table rows.
See Also