SpreadsheetGear The Performance Spreadsheet Component Company 
SpreadsheetGear.Advanced.Cells Namespace
See Also  Inheritance Hierarchy
The SpreadsheetGear.Advanced.Cells namespace provides a high performance API for getting and setting the values and formulas of cells.

Interfaces

InterfaceDescription
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

EnumerationDescription
ValueType Specifies the type of a cell value; cells with no value are represented by an IValue of null.

See Also