IMsoDataTable.ShowLegendKey Property
Gets or sets a Boolean value that specifies whether to display the legend with the data table. Read/write.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property ShowLegendKey As Boolean
Get
Set
'Usage
Dim instance As IMsoDataTable
Dim value As Boolean
value = instance.ShowLegendKey
instance.ShowLegendKey = value
bool ShowLegendKey { get; set; }
Property Value
Type: System.Boolean
Boolean