Rows

Rows class

Represents a rows collection of table.

The Rows type exposes the following members:

Constructors

NameDescription
Rows()Initializes a new instance of the Rows class

Properties

NameDescription
countThe items count.

Indexer

NameDescription
[index]Gets or sets row.

Methods

NameDescription
add()Add row to collection.
add(row)Add row to collection.
index_of(row)Returns index of row in collection.
remove(row)Remove row from collection.
remove_at(index)Remove row at position from collection.
remove_range(index, count)Remove row set from collection.
dispose()Dispose.

See Also