EssGBeginDrillAcross() begins a drill-across to retrieve cells from a linked partition.
ESSG_FUNC_M EssGBeginDrillAcross (hGrid, hDAGrid, hLRO, usCells, pDrillCells, usOption);
ESSG_HGRID_T | hGrid; |
ESSG_HGRID_T | hDAGrid; |
ESSG_HLRO_T | hLRO; |
ESSG_USHORT_T | usCells; |
ESSG_PRANGE_T | pDrillCells; |
ESSG_ULONG_T | ulOption; |
hGrid | Handle of the original grid returned by EssGNewGrid(). |
hDAGrid | Handle of new grid to receive drill results. |
hLRO | Handle of the linked partition. |
usCells | The number of cell ranges specified in pDrillCells. |
pDrillCells | Array of cell ranges associated with the linked partition. |
ulOptions | Option specifying whether to
return Zoom-In results if sent by the server.
Use: ESSG_OPT_ZOOM to return Zoom-In results. ESSG_OPT_NOZOOM to suppress Zoom-In results. |
If successful, returns ESSG_STS_NOERR.
Using the Grid API Functions
Grid API Structures
EssgBeginRemoveOnly()
EssGGetCellLinkResults()
EssGBeginDrillOrLink()