Spread 8.0 Documentation
Example
Support Options

Glossary Item Box

Example


The following example sets the print job name.

C++

// Define the print job name
m_Spread.SetPrintJobName("FarPoint print job");

Visual Basic

' Define the print job name
fpSpread1.PrintJobName = "FarPoint print job"

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