Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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