Spread 8.0 Documentation
Example
Support Options

Glossary Item Box

Example


The following example sets the message string to be used in a print abort dialog box.

C++

// Define the text for the print abort message
m_Spread.SetPrintAbortMsg("This is the PRINT abortmessage.");

Visual Basic

' Define the text for the print abort message
fpSpread1.PrintAbortMsg = "This is the PRINT abort message."

Copyright © GrapeCity, inc. All rights reserved.