Share via


RulerLevels2.Item Method

Gets a member of the RulerLevel2 collection.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Function Item ( _
    Index As Object _
) As RulerLevel2
'Usage
Dim instance As RulerLevels2
Dim Index As Object
Dim returnValue As RulerLevel2

returnValue = instance(Index)
RulerLevel2 Item(
    Object Index
)

Parameters

  • Index
    Type: System.Object

    The index number of the object to be returned.

Return Value

Type: Microsoft.Office.Core.RulerLevel2
RulerLevel2

See Also

Reference

RulerLevels2 Interface

RulerLevels2 Members

Microsoft.Office.Core Namespace