Cells

Cells class

Represents a cells collection of row.

The Cells type exposes the following members:

Constructors

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

Properties

NameDescription
countThe items count.

Indexer

NameDescription
[index]Gets or sets cells.

Methods

NameDescription
add()Add cell to collection.
add(text, ts)Add cell to collection.
add(text)Add cell to collection.
add(cell)Add cell to collection.
remove(obj)Remove cell set from collection.
remove(cell)Remove cell set from collection.
remove_range(index, count)Remove cell set from collection.
insert(index, cell)Insert cell to collection.
dispose()Dispose method

See Also