Count Property (C1CheckListItemCollection)
In This Topic
Gets the number of items contained in the
C1CheckListItemCollection instance.
Syntax
'Declaration
<C1DescriptionAttribute("C1CheckListItemCollection.Count", "Gets the number of items contained in the C1CheckListItemCollection instance.")>
Public ReadOnly Property Count As Integer
[C1Description("C1CheckListItemCollection.Count", "Gets the number of items contained in the C1CheckListItemCollection instance.")]
public int Count {get;}
See Also