Rows.Item

Rows indexer

Gets or sets row.

public Row this[int index] { get; set; }
ParameterDescription
indexThe row index.

See Also