EssGSendRows() sends the rows to the server once an operation has been started.
ESSG_FUNC_M EssGSendRows (hGrid, pRangeIn, ppDataIn);
ESSG_HGRID_T | hGrid |
ESSG_PRANGE_T | pRangeIn |
ESSG_PPDATA_T | ppDataIn |
hGrid | Handle passed back from EssGNewGrid. |
pRangeIn | Describes the extent of the data in ppDataIn. |
ppDataIn | A two-dimensional array of cells describing the data. |
If successful, returns ESSG_STS_NOERR.
None.
sts = EssGSendRows(hGrid, &rDataRangeIn, ppDataIn);
See an example that uses this code in the EssGBeginRetrieve Example section.