EssGBeginCreateLRO() begins the operation of creating a linked object for a data cell in an Essbase database.
ESSG_FUNC_M EssGBeginCreateLRO (hGrid, usCells, pCells, pLroDesc, ulOption);
ESSG_HGRID_T | hGrid; |
ESSG_USHORT_T | usCells; |
ESSG_PRANGE_T | pCells; |
ESSG_PLRODESC_T | pLroDesc; |
ESSG_ULONG_T | ulOption; |
hGrid | Grid handle returned by EssGNewGrid(). |
usCells | The number of cell ranges specified in pCells. |
pCells | Array of cell ranges for which to create the link. |
pLroDesc | LRO description information for the new object. |
ulOption | Option specifying whether to store the object on the server. Use ESS_STORE_OBJECT_API to store winapp and URL objects on the server. Use ESS_NOSTORE_OBJECT_API to store cell notes off the server (and in the index file). |
If successful, returns ESSG_STS_NOERR.
Using the Grid API Functions
Grid API Structures
EssGBeginDeleteLROs()
EssGBeginDrillOrLink()
EssGDeleteLRO()
EssGFreeCellLinkResults()
EssGGetCellLinkResults()
EssGGetLRODesc()
EssGGetLRO()
EssGUpdateLRO()