TemplateGroupCollection::Count Property
.NET Framework (current version)
Gets the number of TemplateGroup objects in the collection.
Assembly: System.Design (in System.Design.dll)
The Count property generally is used to determine the upper boundary index when iterating through objects in the collection. Because the collection indexes are zero-based, the first element is at index 0 and the last element is at index Count-1.
.NET Framework
Available since 2.0
Available since 2.0
Show: