Class GridRowCollection

GridRowCollection class

Encapsulates a collection of GridRow objects.

public class GridRowCollection

Properties

NameDescription
Count { get; }
Item { get; }Gets a object by given row index. The Row object of given row index will be instantiated if it does not exist before.

Methods

NameDescription
GetEnumerator()Gets the rows enumerator
GetRowByIndex(int)Gets the row object by the position in the list.

See Also