Expands a column dimension (for nested dimensions).
Note: | When dimensions are nested, only the first level dimension has valid members showing after the grid is initialized. In order to generate valid intersections, you must expand each nested dimension. |
Syntax
<HFMwDataGrid>.ExpandColumnDimension lColumnNum, lDimIndex, pvarlOldColumnNumOfLastColumnAffected, pvarlNewColumnNumOfLastColumnAffected, pvarlTotalNumExpandedColumns
Argument | Description |
|---|
lColumnNum | The index (0-based) that identifies the column in which the expansion is to occur. Input argument. Long subtype. |
lDimIndex | The index (0-based) that identifies the dimension for which the expansion is to occur. Each dimension in a column is indexed. Input argument. Long subtype. |
pvarlOldColumnNumOfLastColumnAffected | Future use. Output argument. |
pvarlNewColumnNumOfLastColumnAffected | Returns the index that identifies the last of the new columns. Output argument. |
pvarlTotalNumExpandedColumns | Returns a count of the updated total of columns. Output argument. |