Spread 8.0 Documentation
Example
Support Options

Glossary Item Box

Example


The following example sets the sheet so that when the user moves through the rows in the sheet, the current record in the bound database does not change.

C++

m_Spread.SetDInformActiveRowChange(FALSE);

Visual Basic

fpSpread1.DInformActiveRowChange = False

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