CollectionCount Property
Returns an Integer containing the number of elements in a collection.
Namespace: inmydata.WindowsForms.LibraryAssembly: inmydata.WindowsForms.Library (in inmydata.WindowsForms.Library.dll) Version: 1.0.0.0 (1.0.0.0)
public int Count { get; }
Public ReadOnly Property Count As Integer
Get
DEFINE CollectionCount AS INTEGER NO-UNDO.
DEFINE PRIVATE VARIABLE CollectionCount AS INTEGER NO-UNDO.
Int32Returns an Integer containing the number of elements in a collection.