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