RowCount¶
Returns the number of rows in the data table.
myDataTable.RowCount():number
Returns¶
The number of rows in the data table.
Remarks¶
Getting the number of rows in a table¶
1 2 3 4 5 6 7 | |
Returns the number of rows in the data table.
myDataTable.RowCount():number
The number of rows in the data table.
1 2 3 4 5 6 7 | |