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

Glossary Item Box

SS_VCLEARDATA Structure


See Also

Applies To

fpSpread control

Definition

typedef struct ss_vcleardata
{
SS_COORD Row;
SS_COORD RowsBeingCleared;
} SS_VCLEARDATA, FAR *LPSS_VCLEARDATA;

Fields

The following fields are available:

Field Description
Row Virtual top row of buffer being cleared
RowsBeingCleared Number of rows being cleared

Remarks

This structure is used with the SSM_VCLEARDATA message when the virtual buffer is being cleared.

See Also

SSM_VCLEARDATA message

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.