CellAttachObject |
Represents an cell’s attachment object like Comment, Hyperlink, etc. |
CellErrorHandler |
Represents the interface that intend to handle cell error events. |
CellEventHandler |
Represents the interface that intend to handle cell events. |
CellEventStringHandler |
Represents the method that intend to handle cell events. same as CellEventHandler interface,but return string result |
CellImage |
Reprensents a hyperlink with image src. |
CustomCommandEventHandler |
Represents the interface that intend to handle Custom Command events. |
GridAbstractCalculationEngine |
Represents user’s custom calculation engine to extend the default calculation engine of Aspose.Cells. |
GridCalculationData |
Represents the required data when calculating one function, such as function name, parameters, …etc. |
GridCell |
Represents a cell object. |
GridCellArea |
Represents an area of cells. |
GridCellException |
Represents a cell operation error. |
GridCells |
Encapsulates a collection of Cell objects. |
GridColumn |
Represents a single column in a worksheet. |
GridColumnCollection |
Collects the objects that represent the individual columns in a worksheet. |
GridComment |
Encapsulates the object that represents a cell comment. |
GridCommentCollection |
Encapsulates a collection of Comment objects. |
GridHtmlSaveOptions |
Represents the options for saving html file. |
GridHyperlink |
Encapsulates the object that represents a hyperlink. |
GridHyperlinkCollection |
Encapsulates a collection of Hyperlink objects. |
GridName |
Encapsulates the object that represents a name object. |
GridNameCollection |
Encapsulates a collection of Name objects. |
GridPicture |
Encapsulates the object that represents a single picture in a spreadsheet. |
GridPictureCollection |
Encapsulates a collection of Picture objects. |
GridPivotField |
Represents a field in a PivotTable report. |
GridPivotFieldCollection |
Encapsulates a collection of PivotField objects. |
GridPivotItem |
Represents a item in a PivotField report. |
GridPivotItemCollection |
Encapsulates a collection of PivotItem objects. |
GridPivotTable |
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. |
GridPivotTableCollection |
Encapsulates a collection of PivotTable objects. |
GridReferredArea |
Represents a referred objcet by the formula. |
GridRow |
Encapsulates the object that represents a single picture in a spreadsheet. |
GridRowCollection |
Encapsulates a collection of GridRow objects. |
GridSaveOptions |
Represents all save options |
GridShape |
Represents a shape object. |
GridShapeCollection |
Encapsulates a collection of GridShape objects. |
GridValidation |
Represents data validation.settings. |
GridValidationCollection |
Encapsulates a collection of GridValidation objects. |
GridWebException |
The exception that is thrown when Aspose.Cells.GridWeb specified error occurs. |
GridWorkbook |
Represents a root object to create an Excel spreadsheet. |
GridWorkbookSettings |
Represents settings of the workbook. |
GridWorksheet |
Encapsulates the object that represents a single worksheet. |
GridWorksheetCollection |
Collects the objects that represent the individual rows in a worksheet. |
Hyperlink |
|
Hyperlinks |
|
InitializeNewBindRowHandler |
Represents the method that intend to handle InitializeNewBindRow event. sender: The worksheet object. bindObject: The new created bind object. Generally it’s a DataRowView object. |
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. NOTE: This class is now obsolete. Instead, please use GridPivotField. This class will be removed after 6 months since Aug. 2014. Aspose apologizes for any inconvenience you may have experienced. |
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. |
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 |
RowColumnEventHandler |
Represents the interface that intend to handle row/column events. |
RowFilterSettings |
Summary description for RowFilter. |
SheetEventHandler |
Represents the interface that intend to handle sheet events. |
WebCell |
|
WebCellArea |
|
WebCellException |
Represents a cell operation error. |
WebCells |
|
WebComment |
|
WebComments |
|
WebWorksheet |
Represents a web worksheet. |
WebWorksheets |
|
WorkbookEventHandler |
Represents the interface that intend to handle workbook events. |