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

Copyright © GrapeCity, inc. All rights reserved.