RowDefinitionCollection.Item[Int32] Property

Definition

Gets a value that indicates the current item within a RowDefinitionCollection.

public:
 property System::Windows::Controls::RowDefinition ^ default[int] { System::Windows::Controls::RowDefinition ^ get(int index); void set(int index, System::Windows::Controls::RowDefinition ^ value); };
public System.Windows.Controls.RowDefinition this[int index] { get; set; }
member this.Item(int) : System.Windows.Controls.RowDefinition with get, set
Default Public Property Item(index As Integer) As RowDefinition

Parameters

index
Int32

The current item in the collection.

Property Value

The element at the specified index.

Implements

Exceptions

index is not a valid index position in the collection.

Remarks

RowDefinitionCollection uses a zero-based indexing system.

Applies to

See also