Spread 8.0 Documentation
Example
Support Options

Glossary Item Box

Example


The following example sets sheet page 3 as the first page to print and page 10 as the last page to print.

C++

// Define the last page to print
m_Spread.SetPrintPageStart(3);
m_Spread.SetPrintPageEnd(10);

Visual Basic

' Define the last page to print
fpSpread1.PrintPageStart = 3
fpSpread1.PrintPageEnd = 10

Copyright © GrapeCity, inc. All rights reserved.