Spread 8.0 Documentation
Example
Support Options

Glossary Item Box

Example


The following example specifies that the colors in the sheet are printed as they appear on the screen.

C++

// Set to print on a color printer
m_Spread.SetPrintColor(TRUE);

Visual Basic

' Set to print on a color printer
fpSpread1.PrintColor = True

Copyright © GrapeCity, inc. All rights reserved.