EssGSendRows

Description

EssGSendRows() sends the rows to the server once an operation has been started.

Syntax

ESSG_FUNC_M EssGSendRows (hGrid, pRangeIn, ppDataIn);
ESSG_HGRID_T hGrid
ESSG_PRANGE_T pRangeIn
ESSG_PPDATA_T ppDataIn

Parameters

hGridHandle passed back from EssGNewGrid.
pRangeInDescribes the extent of the data in ppDataIn.
ppDataInA two-dimensional array of cells describing the data.

Return Value

If successful, returns ESSG_STS_NOERR.

Notes

Access

None.

Example

     sts = EssGSendRows(hGrid, &rDataRangeIn, ppDataIn);

See an example that uses this code in the EssGBeginRetrieve Example section.

See Also

Using the Grid API Functions
Grid API Structures