SS_SELBLOCK Structure
Applies To
fpSpread control
Definition
typedef struct ss_selblock
{
SS_CELLCOORD UL;
SS_CELLCOORD LR;
} SS_SELBLOCK, FAR *LPSS_SELBLOCK;
Fields
The following fields are available:
Field | Description |
UL | Row and column number of upper-left cell of selected block |
LR | Row and column number of lower-right cell of selected block |