Begins a drill-across to retrieve cells from a linked partition.
Syntax
ESSG_FUNC_M EssGBeginDrillAcross (hGrid, hDAGrid, hLRO, usCells, pDrillCells, usOption);
Parameter | Data Type | Description |
---|---|---|
hGrid; | ESSG_HGRID_T | Handle of the original grid returned by EssGNewGrid(). |
hDAGrid; | ESSG_HGRID_T | Handle of new grid to receive drill results. |
hLRO; | ESSG_HLRO_T | Handle of the linked partition. |
usCells; | ESSG_USHORT_T | The number of cell ranges specified in pDrillCells. |
pDrillCells; | ESSG_RANGE_T | Array of cell ranges associated with the linked partition. |
ulOption; | ESSG_ULONG_T | Option specifying whether to return Zoom-In results if sent by the server. Use:
|
Return Value
If successful, returns ESSG_STS_NOERR.
See Also