Returns data for the specified page of the grid, as well as the corresponding row and column headers.
For information on pages, see Pages on Grids. |
<HFMwDataGrid>.GetGridPage lhPage, lvPage, sDisplayData, pvarabstrRowHeaders, pvarabstrColHeaders, pvarabstrValues, pvaralStatus, pvaralColors
The data display mode. Pass one of the HFMConstants type library constants listed in Data Information Display Constants. | |
Returns a nested array of the row headers. The argument returns an array consisting of one element for each row. Each element consists of an array that contains one string element for each nested dimension label. | |
Returns a nested array of the column headers. The argument returns an array consisting of one element for each column. Each element consists of an array that contains one string element for each nested dimension label. | |
Returns an array of strings that contain data for the grid page’s cells. The data is formatted according to the user’s scaling and decimal separator preferences, and is organized in row major order. | |
Returns an array of numbers representing the cells’ statuses. The data is organized in row major order. For details on cell statuses, see About Cell Statuses. | |
Returns an array of numbers representing the colors that indicate the cell statuses. The data is organized in row major order. The numbers correspond to colors used in the Data Explorer. These numbers are mapped to styles in the DataCellStyles.css style sheet, which is part of the Financial Management installation for the Web server. This mapping works as follows:
|