RowDefinitionCollection::Count Property

 

Gets the total number of items within this instance of RowDefinitionCollection.

Namespace:   System.Windows.Controls
Assembly:  PresentationFramework (in PresentationFramework.dll)

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

Property Value

Type: System::Int32

The total number of items in the collection. This property has no default value.

RowDefinitionCollection uses a zero-based indexing system.

The following example demonstrates how to use the Count property.

No code example is currently available or this language may not be supported.

To view the complete sample, see How to: Manipulate Columns and Rows by Using ColumnDefinitionsCollections and RowDefinitionsCollections.

.NET Framework
Available since 3.0
Return to top
Show: