RowDefinitionCollection::Item Property (Int32)
.NET Framework (current version)
Gets a value that indicates the current item within a RowDefinitionCollection.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: property RowDefinition^ default[ int index ] { virtual RowDefinition^ get(int index) sealed; virtual void set(int index, RowDefinition^ value) sealed; }
Parameters
- index
-
Type:
System::Int32
The current item in the collection.
Implements
IList<T>::Item[Int32]| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | index is not a valid index position in the collection. |
RowDefinitionCollection uses a zero-based indexing system.
.NET Framework
Available since 3.0
Available since 3.0
Show: