Spread 8.0 Documentation
SS_SELBLOCK Structure
Support Options
DLL Reference > DLL Structures > SS_SELBLOCK Structure

Glossary Item Box

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

Copyright © GrapeCity, inc. All rights reserved.