Spread 8.0 Documentation
Example
Support Options

Glossary Item Box

Example


The following example turns the warning beeps off.

C++

// Turn beeping off
m_Spread.SetNoBeep(TRUE);

Visual Basic

' Turn beeping off
fpSpread1.NoBeep = True

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