DataGridViewCellCollection.ICollection.Count Vlastnost

Definice

Získá počet prvků obsažených v kolekci.

property int System::Collections::ICollection::Count { int get(); };
int System.Collections.ICollection.Count { get; }
member this.System.Collections.ICollection.Count : int
 ReadOnly Property Count As Integer Implements ICollection.Count

Hodnota vlastnosti

Int32

Počet prvků v sadě DataGridViewCellCollection.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze ho použít pouze v DataGridViewCellCollection případě, že je instance přetypována do ICollection rozhraní.

Platí pro

Viz také