Partager via


PrintRanges.Item Property

Returns a single PrintRange object from the specified PrintRanges collection.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
ReadOnly Property Item ( _
    Index As Integer _
) As PrintRange
    Get
'Usage
Dim instance As PrintRanges
Dim Index As Integer
Dim value As PrintRange

value = instance.Item(Index)
PrintRange this[
    int Index
] { get; }

Parameters

Property Value

Type: Microsoft.Office.Interop.PowerPoint.PrintRange

See Also

Reference

PrintRanges Interface

PrintRanges Members

Microsoft.Office.Interop.PowerPoint Namespace