EssGBeginDeleteLROs() begins the operation of deleting all objects linked to a data cell in an Essbase database.
ESSG_FUNC_M EssGBeginDeleteLROs (hGrid, usCells, pCells);
ESSG_HGRID_T | hGrid; |
ESSG_USHORT_T | usCells; |
ESSG_PRANGE_T | pCells; |
hGrid | Grid handle returned by EssGNewGrid(). |
usCells | The number of cell ranges specified in pCells. |
pCells | Array of cell ranges for which to delete linked objects. |
If successful, returns ESSG_STS_NOERR.
To delete a single linked reporting object use EssGDeleteLRO.
Using the Grid API Functions
Grid API Structures
EssGBeginCreateLRO()
EssGDeleteLRO()
EssGFreeCellLinkResults()
EssGGetCellLinkResults()
EssGGetLRODesc()
EssGGetLRO()
EssGUpdateLRO()