Aspose.Cells.GridDesktop.Data

The Aspose.Cells.GridDesktop.Data namespace contains classes of GridWorkbook, GridRow, GridCell, GridPicture, GridPivotTable and other objects of GridDesktop.

Classes

Class Description
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
CustomCommandEventHandler Represents the interface that intend to handle Custom Command events.
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.
GridFont Encapsulates the font object used in a spreadsheet.
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.
GridRow Encapsulates the object that represents a single picture in a spreadsheet.
GridRowCollection Encapsulates a collection of GridRow objects.
GridShapeCollection Encapsulates a collection of Shape objects.
GridValidation Represents data validation.settings.
GridValidationCollection Encapsulates a collection of GridValidation objects.
GridWorkbook Represents a root object to create an Excel spreadsheet.
OnErrorActionQuery Used in the CellError event of the GridWeb.
RowColumnEventHandler Represents the interface that intend to handle row/column events.
WorkbookEventHandler Represents the interface that intend to handle workbook events.

Enumeration

Enumeration Description
GridCellErrorType Used in WebCellException. Represents the cell error type.
GridFilterOperatorType Custom Filter operator type.
GridImageType Specifies the type (format) of an image.
GridLoadDataFilterOptions Represents the options to filter data when loading workbook from template.
GridMsoDrawingType Represents office drawing objects type.
GridOperatorType Represents the operator type of conditional format and data validation.
GridPasteType Represents the paste special type.
GridPivotFieldFunction Represents consolidation function.
GridPivotFieldType Represents PivotTable field type.
GridSaveFormat Enumerates supported file format types.
GridValidationType Represents data validation type.
NumberType Represents the number or datetime format type.
OnErrorActionType Used in CellError event of the GridWeb. User set the OnErrorActionQuery.OnErrorAction to tell the control Stop processing or Ignore error.
WebCellErrorType Used in WebCellException. Represents the cell error type.