EssGDeleteLRO

Description

EssGDeleteLRO() deletes a specified linked reporting object from an Essbase database.

Syntax

ESSG_FUNC_M EssGDeleteLRO (hGrid, hLRO);
ESSG_HGRID_ThGrid;
ESSG_HLRO_ThLRO;

Parameters

hGridGrid handle returned by EssGNewGrid().
hLROHandle to the linked object (returned in a DRILLDATA structure by the EssGGetCellLinkResults() function).

Return Value

If successful, returns ESSG_STS_NOERR.

Notes

To delete all objects linked to a particular range of cells, use EssGBeginDeleteLRO().

See Also

Using the Grid API Functions
Grid API Structures
EssGBeginCreateLRO()
EssGBeginDeleteLROs()
EssGFreeCellLinkResults()
EssGGetCellLinkResults()
EssGGetLRODesc()
EssGGetLRO()
EssGUpdateLRO()