EssGBeginDrillAcross

Description

EssGBeginDrillAcross() begins a drill-across to retrieve cells from a linked partition.

Syntax

ESSG_FUNC_M EssGBeginDrillAcross (hGrid, hDAGrid, hLRO, usCells, 
pDrillCells, usOption);
ESSG_HGRID_ThGrid;
ESSG_HGRID_ThDAGrid;
ESSG_HLRO_ThLRO;
ESSG_USHORT_TusCells;
ESSG_PRANGE_T pDrillCells;
ESSG_ULONG_TulOption;

Parameters

hGridHandle of the original grid returned by EssGNewGrid().
hDAGridHandle of new grid to receive drill results.
hLROHandle of the linked partition.
usCellsThe number of cell ranges specified in pDrillCells.
pDrillCellsArray of cell ranges associated with the linked partition.
ulOptionsOption 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.

Return Value

If successful, returns ESSG_STS_NOERR.

See Also

Using the Grid API Functions
Grid API Structures
EssgBeginRemoveOnly()
EssGGetCellLinkResults()
EssGBeginDrillOrLink()