The 'DataGridDeleteRow' function deletes the row of DataGrid object.
void @DataGridDeleteRow(string class_name, int row_pos);
Parameters
string class_name : Class name of DataGrid object.
int row_pos : Row number to delete.
Return Value
None
Example
@DataGridDeleteRow("DataGrid1", 1);
Description : Delete the row that number is 1 at DataGrid object 'DataGrid1'.
Version Information
Supported Version :