The 'DataGridGetRowCount' function gets the total number of rows on DataGrid object.
int @DataGridGetRowCount(string class_name);
Parameters
string class_name : Class name of DataGrid object.
Return Value
It returns the total number of rows.
Example
row_count = @DataGridGetRowCount("DataGrid1");
Description : It stores the total number of rows on DataGrid object 'DataGrid1', at variable 'row_count'.
Version Information
Supported Version: