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."