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