Deletes a specified LRO from an Essbase database.
Syntax
ESSG_FUNC_M EssGDeleteLRO (hGrid, hLRO);
Parameter | Data Type | Description |
---|---|---|
hGrid; | ESSG_HGRID_T | Grid handle returned by EssGNewGrid(). |
hLRO; | ESSG_HLRO_T | Handle to the linked object (returned in a DRILLDATA structure by the EssGGetCellLinkResults() function). |
Notes
To delete all objects linked to a particular range of cells, use EssGBeginDeleteLROs.
Return Value
If successful, returns ESSG_STS_NOERR.
See Also