Share

DrawingPrintManager.SetSheetRange Method

Parent Object: DrawingPrintManager

Description

Method that sets the sheet range to print. The range set is only used when the PrintRange property is set to kPrintSheetRange.

Syntax

DrawingPrintManager.SetSheetRange( FromSheet As Long, ToSheet As Long )

Parameters

Name Type Description
FromSheet Long Input Long value that specifies the first sheet of the range to print.
ToSheet Long Input Long value that specifies the last sheet of the range to print.

Samples

Name Description
Printing - Drawing Print This sample demonstrates how to print a drawing, setting specifics such as sheet range.

Version

Introduced in version 5

Was this information helpful?