Share

ApprenticeDrawingPrintManager.GetSheetRange Method

Parent Object: ApprenticeDrawingPrintManager

Description

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

Syntax

ApprenticeDrawingPrintManager.GetSheetRange( FromSheet As Long, ToSheet As Long )

Parameters

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

Version

Introduced in version 9

Was this information helpful?