DesignerAutoFormatCollection::Count Property

 

Gets the number of DesignerAutoFormat objects in the collection.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

public:
property int Count {
	int get();
}

Property Value

Type: System::Int32

The number of DesignerAutoFormat objects in the collection.

The Count property typically 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
Return to top
Show: