Share via


RulerLevels.Item Property

Returns a single RulerLevel object from the specified RulerLevels 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 RulerLevel
    Get
'Usage
Dim instance As RulerLevels
Dim Index As Integer
Dim value As RulerLevel

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

Parameters

Property Value

Type: Microsoft.Office.Interop.PowerPoint.RulerLevel

See Also

Reference

RulerLevels Interface

RulerLevels Members

Microsoft.Office.Interop.PowerPoint Namespace