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