Sets the number of rows and columns of a selected group of cells in a data grid on which an action is being performed.
<HFMwDataGrid>.SetRowandColumnCount lRow, lCol
Argument | Description |
---|---|
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. |