GemBox.Spreadsheet NamespaceGemBox.Spreadsheet Help
Contains classes, delegates and enumerations that constitute GemBox.Spreadsheet object model.
Classes

  ClassDescription
Public classAbstractRange
Base class for classes representing one or more excel cells.
Public classAnchorCell
Represents an anchor cell object used by ExcelPictureCollection in the worksheet.
Public classCellBorder
Contains settings for a single cell border.
Public classCellBorders
Collection of cell borders (CellBorder).
Public classCellRange
Cell range is a rectangular group of worksheet cells.
Public classCellRangeCollection
A collection of CellRange items.
Public classCellRangeEnumerator
Enumerator used for iterating cells in a CellRange.
Public classCellStyle
Contains settings specifying how the cell data will be displayed.
Public classComHelper
Contains methods that can be useful for users which are calling GemBox.Spreadsheet component using COM interop.
Public classCreateDataTableOptions
Represents options creating DataTable and filling it with values from ExcelWorksheet.
Public classCsvLoadOptions
Represents options for loading from Character Separated Values file format.
Public classCsvSaveOptions
Represents options for saving to Character Separated Values file format.
Public classDataTableCellToExcelCellConvertingEventArgs
Arguments for DataTableCellToExcelCellConverting event.
Public classDataValidation
A single item of data validation defined on ranges of the worksheet.
Public classDataValidationCollection
A collection of DataValidation items. Supported in XLSX only.
Public classDefinedName
Defined name class describes defined name that is not directly related with one cell range. Supported in XLSX only.
Public classDefinedNameCollection
Collection of defined names that are not directly related with one cell range. Supported in XLSX only.
Public classDocumentProperties
Contains a collection of built-in and custom document properties.
Public classExcelCell
Excel cell provides access to a single worksheet cell or to a merged range if the cell is merged.
Public classExcelCellCollection
Collection of excel cells (ExcelCell).
Public classExcelCellToDataTableCellConvertingEventArgs
Arguments for ExcelCellToDataTableCellConverting event.
Public classExcelColumn
Excel column contains column options and cell range with column cells.
Public classExcelColumnCollection
Collection of excel columns (ExcelColumn).
Public classExcelColumnRowBase
Base class for the excel column and row classes.
Public classExcelComment
Represents a comment object used by Comment in the worksheet.
Public classExcelFile
Excel file contains one or more worksheets (ExcelWorksheet) and workbook related properties and methods.
Public classExcelFillPattern
Contains fill pattern settings.
Public classExcelFont
Contains font related settings.
Public classExcelPicture
Represents a picture object used by ExcelPictureCollection in the worksheet.
Public classExcelPictureCollection
Collection of the ExcelPicture.
Public classExcelPrintOptions
Stores MS Excel print and print related options.
Public classExcelRow
Excel row contains row options and cell range with row cells.
Public classExcelRowCollection
Collection of excel rows (ExcelRow).
Public classExcelRowColumnCellCollectionBase
Base class for row, column and cell collections.
Public classExcelRowColumnCollectionBase
Base class for row and column collections.
Public classExcelRowColumnCollectionBase T 
Generic base class for row and column collections.
Public classExcelViewOptions
Stores MS Excel display and view related options.
Public classExcelWorksheet
Excel worksheet is a table with additional properties, identified by a unique name.
Public classExcelWorksheetCollection
Collection of worksheets (ExcelWorksheet).
Public classExtractDataDelegateEventArgsObsolete.
Arguments of ExtractDataDelegate.
Public classExtractToDataTableOptions
Represents options for extracting data from ExcelWorksheet to DataTable.
Public classFileFormatLimitations
Represents file format limitations when saving ExcelFile to some format.
Public classFontSettings
Contains font related settings which are used when printing a spreadsheet or exporting a spreadsheet to a file format that requires font information.
Public classFreeLimitEventArgs
Provides data for the FreeLimitReached event.
Public classFreeLimitReachedException
Exception that occurs when free limit is reached.
Public classHorizontalPageBreak
Specifies a horizontal position where the new page begins when the worksheet is printed.
Public classHorizontalPageBreakCollection
Collection of horizontal page breaks (HorizontalPageBreak).
Public classHtmlSaveOptions
Represents options for saving to Hypertext Markup Language File (HTML) format.
Public classImageSaveOptions
Represents a class which stores saving options for image files.
Public classInsertDataTableOptions
Represents options for inserting data from DataTable to ExcelWorksheet.
Public classIoWarningEventArgsObsolete.
Warning event arguments class used by the event which is raised on warning happens in the excel lite library
Public classLengthUnitConverter
Utility class used for converting values between various LengthUnit measurement units.
Public classLimitEventArgsObsolete.
Event parameters used for the ExcelFile.LimitNear and ExcelFile.LimitReached events.
Public classLoadOptions
Represents a base class for loading options of various file formats.
Public classNamedRange
Represents a named range in the worksheet.
Public classNamedRangeCollection
Collection of the descriptive names which are used to represent cells, ranges of cells, formulas, or constant values.
Public classOdsLoadOptions
Represents options for loading from OpenDocument Spreadsheet file format.
Public classOdsSaveOptions
Represents options for saving to OpenDocument Spreadsheet file format.
Public classPageBreak
Base class for all page breaks.
Public classPageBreakCollection
Base class for page break collections.
Public classPageBreakCollection T 
Generic base class for page break collections.
Public classPdfSaveOptions
Represents options for saving to Portable Document Format (PDF) file.
Public classPrintOptions
Specifies information about how a spreadsheet is printed.
Public classSaveOptions
Represents a base class for saving options of various file formats.
Public classSheetHeaderFooter
Represents sheet header/footer.
Public classSortDescription
Public classSpreadsheetException
Represents errors that can occur in the GemBox.Spreadsheet component.
Public classSpreadsheetHyperlink
Hyperlink class.
Public classSpreadsheetHyperlinkCollection
Collection of hyperlinks (SpreadsheetHyperlink).
Public classSpreadsheetInfo
Contains static licensing methods and diagnostic information about executing GemBox.Spreadsheet assembly.
Public classVerticalPageBreak
Specifies a vertical position where the new page begins when the worksheet is printed.
Public classVerticalPageBreakCollection
Collection of vertical page breaks (VerticalPageBreak).
Public classWorksheetPanes
Represents the worksheet panes.
Public classWorksheetProtection
Protection settings. Supported in XLSX only.
Public classXlsLoadOptions
Represents options for loading from XLS file format (Microsoft Excel Spreadsheet format; Excel 2003 and prior versions) .
Public classXlsSaveOptions
Represents options for saving to, XLS file format (Microsoft Excel Spreadsheet format; Excel 2003 and prior versions) .
Public classXlsxLoadOptions
Represent options for loading from XLSX file format (Microsoft Excel Open XML Spreadsheet; Excel 2007 and later).
Public classXlsxSaveOptions
Represent options for saving to XLSX file format (Microsoft Excel Open XML Spreadsheet; Excel 2007 and later).
Public classXpsSaveOptions
Represents options for saving to XML Paper Specification file format.
Delegates

  DelegateDescription
Public delegateExcelWorksheet ExtractDataEventHandlerObsolete.
Delegate for handling the ExtractData events.
Public delegateIoWarningEventHandlerObsolete.
Delegate for handling the notification events.
Public delegateLimitEventHandlerObsolete.
Delegate for handling the ExcelFile.LimitNear and ExcelFile.LimitReached events.
Enumerations

  EnumerationDescription
Public enumerationBuiltInDocumentProperties
Enumeration of available built-in document properties.
Public enumerationColumnTypeResolution
Defines resolution method that determines DataTable column type.
Public enumerationCsvType
Formatting type for CSV files.
Public enumerationDataValidationErrorStyle
The style of data validation error alert.
Public enumerationDataValidationOperator
The relational operator used in data validation.
Public enumerationDataValidationType
Specifies the type of data validation used to validate user input.
Public enumerationExcelPictureFormat
Picture formats.
Public enumerationExtractDataErrorObsolete.
Possible errors that can occur while extracting to DataTable.
Public enumerationExtractDataEventAction
Possible ways of proceeding after one of the events is fired while extracting to data table.
Public enumerationExtractDataOptions
Options specified when extracting data to DataTable.
Public enumerationFillPatternStyle
Fill pattern styles used for ExcelFillPattern.PatternStyle.
Public enumerationFreeLimitReachedAction
Type of action that can be chosen when free limit is reached.
Public enumerationHorizontalAlignmentStyle
Horizontal alignment styles used for CellStyle.HorizontalAlignment.
Public enumerationHtmlType
Defines type of HTML export.
Public enumerationImageSaveFormat
An enumeration of supported image file formats when saving the ExcelFile to an image using a ImageSaveOptions.
Public enumerationIndividualBorder
Different borders that can be set on excel cell. Members of this enumeration can't be combined.
Public enumerationIoOperationObsolete.
Possible operations that can fire notification events.
Public enumerationLengthUnit
Represents the measurement unit for measuring length or distance.
Public enumerationLineStyle
Line styles used for CellBorder.LineStyle.
Public enumerationMultipleBorders
Flags for borders and border groups that can be set on the excel cell.
Public enumerationOdsOptionsObsolete.
Options specified when loading ODS files.
Public enumerationPanePosition
Represents the position of the pane.
Public enumerationPanesState
Represents the state of the pane.
Public enumerationPaperType
Specifies the paper type.
Public enumerationPositioningMode
Option that specify the behavior of the picture in the worksheet.
Public enumerationRangeIndexingMode
Indexing modes used by CellRange.
Public enumerationRowColumnResolutionMethod
Defines different methods of CellStyle resolution.
Public enumerationScriptPosition
Script positions used in ExcelFont.ScriptPosition.
Public enumerationSelectionType
Defines the selection which will be saved or printed.
Public enumerationSheetVisibility
Script positions used in ExcelWorksheet.Visibility.
Public enumerationUnderlineStyle
Underline styles used in ExcelFont.UnderlineStyle.
Public enumerationVerticalAlignmentStyle
Vertical alignment styles used for CellStyle.VerticalAlignment.
Public enumerationXlsOptions
Options specified when reading XLS files.
Public enumerationXlsxOptionsObsolete.
Options specified when reading XLSX files.
Public enumerationXlsxType
OpenXML file type.