TableSectionBase<T>.Count Property

Definition

Gets the number of items in this TableSectionBase<T> object.

public int Count { get; }
member this.Count : int

Property Value

System.Int32

The number of items in this TableSectionBase<T> object.

Implements

System.Collections.Generic.ICollection`1.Count

Applies to