DataGridSetRowHeight

 

The 'DataGridSetRowHeight' function changes the specified Row height on DataGrid object.

 

void @DataGridSetRowHeight(string class_name, int row_pos, int height);

 

Parameters

string class_name : Class name of DataGrid object.

int row_pos : Row number.

int height : Row height.

 

Return Value

None

 

Example

@DataGridSetRowHeight("DataGrid1", 0, 50);

Description : It changes the 0th Row height of DataGrid object 'DataGrid1', as 50.

 

Version Information

Supported Version : 10.2.6 or higher