| Class | Description |
|---|
| CellAttachObject | Represents an cell's attachment object like Comment, Hyperlink, etc. |
| CellImage | CellImage is used to create a image in a cell. It's a subclass of Hyperlink. |
| CustomFunctionException | Custom function exception. You should throw this exception in your custom function handler when an error occurs. |
| FreezePaneInfo | Represents the freeze pane's information. |
| Hyperlink | Represents a hyperlink object. A Hyperlink object can be two type: UrlLink or CellCommand. |
| Hyperlinks | Encapsulates a collection of Hyperlink and CellImage objects. |
| OnErrorActionQuery | Used in the CellError event of the GridWeb. |
| PivotCache | Represents the memory cache for a PivotTable report. The PivotCache object is a member of the PivotCaches collection. |
| PivotCaches | Represents the collection of memory caches from the PivotTable reports in a workbook. Each memory cache is represented by a PivotCache object. |
| PivotField | Represents a field in a PivotTable report. The PivotField object is a member of the PivotFields collection. |
| PivotFields | Reprents A collection of all the PivotField objects in a PivotTable report. |
| PivotItem | Represents an item in a PivotTable field. The items are the individual data entries in a field category. The PivotItem object is a member of the PivotItems collection. The PivotItems collection contains all the items in a PivotField object. |
| PivotItems | Represents A collection of all the PivotItem objects in a PivotTable field. The items are the individual data entries in a field category. |
| PivotNumberType | Represents the NumberType of row total, column total, row grand total, column grand total and data. |
| PivotTable | Represents a PivotTable report on a worksheet. The PivotTable object is a member of the PivotTables collection. The PivotTables collection contains all the PivotTable objects on a control. |
| PivotTables | Represents a collection of all the PivotTable objects |
| RowFilterSettings | Summary description for RowFilter. |
| WebCell | Represents a web cell. |
| WebCellArea | Represents an area of cells. |
| WebCellException | Represents a cell operation error. |
| WebCells | Encapsulates a collection of WebCell objects. |
| WebComment | Encapsulates the object that represents a cell comment. |
| WebComments | Encapsulates a collection of WebComment objects. |
| WebWorksheet | Represents a web worksheet. |
| WebWorksheets | Represents a collection of WebWorksheet. |