Partager via


Legend.LegendEntries Method

Returns a collection of legend entries for the legend.

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

Syntax

'Declaration
Function LegendEntries ( _
    Index As Object _
) As Object
'Usage
Dim instance As Legend
Dim Index As Object
Dim returnValue As Object

returnValue = instance.LegendEntries(Index)
Object LegendEntries(
    Object Index
)

Parameters

  • Index
    Type: System.Object
    The number of the entry in the collection.

Return Value

Type: System.Object

See Also

Reference

Legend Interface

Legend Members

Microsoft.Office.Interop.PowerPoint Namespace