Table of Contents

Method RemoveRange

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

RemoveRange(int, int)

Removes a range of RowDefinition objects from a GridRowCollection.

public void RemoveRange(int index, int count)

Parameters

index int

The position within the collection at which the first RowDefinition is removed.

count int

The total number of RowDefinition objects to remove from the collection.