Begins the operation of deleting all objects linked to a data cell in an Essbase database.
Syntax
ESSG_FUNC_M EssGBeginDeleteLROs (hGrid, usCells, pCells);
Parameter | Data Type | Description |
---|---|---|
hGrid; | ESSG_HGRID_T | Grid handle returned by EssGNewGrid(). |
usCells; | ESSG_USHORT_T | The number of cell ranges specified in pCells. |
pCells; | ESSG_RANGE_T | Array of cell ranges for which to delete linked objects. |
Notes
To delete a single LRO use EssGDeleteLRO.
Return Value
If successful, returns ESSG_STS_NOERR.
See Also