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