Describes the extent of the data being sent or received.
typedef struct { ESSG_ULONG_T ulRowStart; ESSG_ULONG_T ulColumnStart; ESSG_ULONG_T ulNumRows; ESSG_ULONG_T ulNumColumns; } ESSG_RANGE_T, *ESSG_PRANGE_T;
Data Type | Field | Description |
---|---|---|
ESSG_ULONG_T | ulRowStart | First Row in the report (zero based) |
ESSG_ULONG_T | ulColumnStart | First Column in the report (zero based) |
ESSG_ULONG_T | ulNumRows | Number of rows in the report (maximum 16370) |
ESSG_ULONG_T | ulNumColumns | Number of columns in the report (maximum 256) |