RowDefinitionCollection.Append(RowDefinition) Method

Definition

Adds a new item to the collection.

public:
 virtual void Append(RowDefinition ^ value) = IVector<RowDefinition ^>::Append;
void Append(RowDefinition const& value);
public void Append(RowDefinition value);
function append(value)
Public Sub Append (value As RowDefinition)

Parameters

value
RowDefinition

The new item to add.

Implements

Applies to