BalloonLabels.Count Property
Returns or sets an Integer indicating the number of items in the specified collection.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property Count As Integer
Get
Set
'Usage
Dim instance As BalloonLabels
Dim value As Integer
value = instance.Count
instance.Count = value
int Count { get; set; }
Property Value
Type: System.Int32