Spread 8.0 Documentation
Example
Support Options

Glossary Item Box

Example


The following example makes the active cell leave edit mode.

C++

m_Spread.SetEditMode(FALSE);

Visual Basic

fpSpread1.EditMode = False

Copyright © GrapeCity, inc. All rights reserved.