SetRowandColumnCount

Sets the number of rows and columns of a selected group of cells in a data grid on which an action is being performed.

Syntax

<HFMwDataGrid>.SetRowandColumnCount lRow, lCol
ArgumentDescription
lRow

The index (0-based) that identifies the cell’s row.

Input argument. Long subtype.

lCol

The index (0-based) that identifies the cell’s column.

Input argument. Long subtype.