PrintRanges Interface
A collection of all the PrintRange objects in the specified presentation. Each PrintRange object represents a range of consecutive slides or pages to be printed.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("9149345E-5A91-11CF-8700-00AA0060263B")> _
Public Interface PrintRanges _
Inherits Collection
'Usage
Dim instance As PrintRanges
[GuidAttribute("9149345E-5A91-11CF-8700-00AA0060263B")]
public interface PrintRanges : Collection