EssGDeleteLRO() deletes a specified linked reporting object from an Essbase database.
ESSG_FUNC_M EssGDeleteLRO (hGrid, hLRO);
ESSG_HGRID_T | hGrid; |
ESSG_HLRO_T | hLRO; |
hGrid | Grid handle returned by EssGNewGrid(). |
hLRO | Handle to the linked object (returned in a DRILLDATA structure by the EssGGetCellLinkResults() function). |
If successful, returns ESSG_STS_NOERR.
To delete all objects linked to a particular range of cells, use EssGBeginDeleteLRO().
Using the Grid API Functions
Grid API Structures
EssGBeginCreateLRO()
EssGBeginDeleteLROs()
EssGFreeCellLinkResults()
EssGGetCellLinkResults()
EssGGetLRODesc()
EssGGetLRO()
EssGUpdateLRO()