DataGridInsertRow

 

The 'DataGridInsertRow' function inserts the row to specified row number position at DataGrid object.

 

void @DataGridInsertRow(string class_name, int row_pos);

 

Parameters

string class_name : Class name of DataGrid object.

string row_pos : Row number

 

Return Value

None

 

Example

@DataGridInsertRow("DataGrid1", 1);

Description : It inserts the row to DataGrid object 'DataGrid1'. The row is inserted at row number 1.

 

Version Information

Supported Version : 10.2.4 or higher