DataTable.ShowLegendKey Property

Returns or sets a value that determines if the data label legend key is visible. Read/write.

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

Syntax

'Declaration
Property ShowLegendKey As Boolean
    Get
    Set
'Usage
Dim instance As DataTable
Dim value As Boolean

value = instance.ShowLegendKey

instance.ShowLegendKey = value
bool ShowLegendKey { get; set; }

Property Value

Type: System.Boolean
A Boolean set to True if the data label legend key is visible, otherwise False

See Also

Reference

DataTable Interface

DataTable Members

Microsoft.Office.Interop.Word Namespace