BalloonCheckboxes.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 BalloonCheckboxes
Dim value As Integer

value = instance.Count

instance.Count = value
int Count { get; set; }

Property Value

Type: System.Int32

Remarks

Some of the content in this topic may not be applicable to some languages.

See Also

Reference

BalloonCheckboxes Interface

BalloonCheckboxes Members

Microsoft.Office.Core Namespace