SECWorksheet Class

class SECWorksheet: public SECMDIChildWnd

The SECWorksheet class is an MDI child window that can viewed as an individual worksheet in an SECWorkbook when in workbook mode. To use SECWorksheet, derive your MDI child window classes from SECWorksheet rather than SECMDIChildWnd. There are no public operations or member variables defined by SECWorksheet.

Defined in: SECWB.H

Comments

See the WORKBPAD sample in the \SAMPLES\TOOLKIT\STANDARD\MDI\WORKBPAD directory for a demonstration of this class.

See Also

SECWorkbook