RowDefinitionCollection::Count Property
.NET Framework (current version)
Gets the total number of items within this instance of RowDefinitionCollection.
Assembly: PresentationFramework (in PresentationFramework.dll)
Property Value
Type: System::Int32The 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.
To view the complete sample, see How to: Manipulate Columns and Rows by Using ColumnDefinitionsCollections and RowDefinitionsCollections.
.NET Framework
Available since 3.0
Available since 3.0
Show: