The
SpreadsheetGear.Advanced.Cells namespace provides a high performance API for getting and setting the values and formulas of cells.
Interfaces
Interface | Description |
IValue |
Represents the ValueType, value and Formula
of a worksheet cell; cells with no value are represented by null.
|
IValues |
Provides a high performance, but potentially destructive API for getting and
setting the cell values and formulas of a worksheet.
|
Enumerations
Enumeration | Description |
ValueType |
Specifies the type of a cell value; cells with no value are represented by an
IValue of null.
|
See Also