Legend.LegendEntries Method
Returns a LegendEntries object that represents the legend entries for the legend.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.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
Return Value
Type: System.Object
Object