Aspose.Cells.GridDesktop.Data
Contents
[
Hide
]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. |
| GridExportTableOptions | Represents all export table options. |
| GridFont | Encapsulates the font object used in a spreadsheet. |
| GridHyperlink | Encapsulates the object that represents a hyperlink. |
| GridHyperlinkCollection | Encapsulates a collection of Hyperlink objects. |
| GridImageOrPrintOptions | Allows to specify options when rendering worksheet to images, printing worksheet or rendering chart to image. |
| GridImportTableOptions | Represents the options of importing data into cells. |
| GridName | Encapsulates the object that represents a name object. |
| GridNameCollection | Encapsulates a collection of GridName objects. |
| GridPdfSaveOptions | Represents the options for saving pdf file. |
| 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. |
| GridShapeDraw | base class of Shape and Picture |
| GridSheetPrintingPreview | Worksheet printing preview. |
| GridSheetRender | Represents a worksheet render which can render worksheet to various images such as (BMP, PNG, JPEG, TIFF..) The constructor of this class , must be used after modification of pagesetup, cell style. |
| 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 |
|---|---|
| GridAutoFillType | Represents the auto fill type. |
| GridCellErrorType | Used in WebCellException. Represents the cell error type. |
| GridCellValueFormatStrategy | Specifies how to apply style for the value of the cell. |
| GridEmfRenderSetting | Setting for rendering Emf metafile. |
| GridFilterOperatorType | Custom Filter operator type. |
| GridFontUnderlineType | Enumerates the font underline types. |
| GridImageType | Specifies the type (format) of an image. |
| GridlineType | Enumerates grid line Type. |
| 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. |
| GridPdfCompliance | Allowing user to set PDF conversion’s Compatibility |
| GridPdfCompressionCore | Specifies a type of compression applied to all content in the PDF file except images. |
| GridPdfCustomPropertiesExport | Specifies the way are exported to PDF file. |
| GridPdfFontEncoding | Represents pdf embedded font encoding. |
| GridPdfOptimizationType | Specifies a type of optimization. |
| GridPivotFieldFunction | Represents consolidation function. |
| GridPivotFieldType | Represents PivotTable field type. |
| GridPrintingPageType | Indicates which pages will not be printed. |
| GridRenameStrategy | Strategy option for duplicate names of columns. |
| GridSaveFormat | Enumerates supported file format types. |
| GridTextCrossType | Enumerates displaying text type when the text width is larger than cell width. |
| 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. |