IMsoDataLabel.ShowValue Property
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property ShowValue As Boolean
Get
Set
'Usage
Dim instance As IMsoDataLabel
Dim value As Boolean
value = instance.ShowValue
instance.ShowValue = value
bool ShowValue { get; set; }
Property Value
Type: System.Boolean