ApprenticeDrawingPrintManager.SetSheetRange Method
Parent Object: ApprenticeDrawingPrintManagerDescription
Property to indicate the range of Sheets to be printed. Valid only when PrintRange is set to kPrintSheetRange.
Syntax
ApprenticeDrawingPrintManager.SetSheetRange( FromSheet As Long, ToSheet As Long )Parameters
Name | Type | Description |
FromSheet | Long | Specifies the first sheet of the range to print. |
ToSheet | Long | Specifies the last sheet of the range to print. |