Xceed Workbooks for .NET v1.4 Documentation
Xceed.Workbooks.NET Namespace
Inheritance Hierarchy
Xceed.Workbooks.NET Assembly : Xceed.Workbooks.NET Namespace

This is the base assembly used by Xceed Workbooks for .NET.

Classes
 ClassDescription
ClassAn alignment represents the horizontal and vertical alignment used to align the content of a Cell. Alignment is available through these properties: Cell.Style, Row.Style or Column.Style.
ClassBase class that contains the basic components for NotesComments.
ClassRepresents a collection of all the Notes and ThreadCommentCollections in the Worksheet.
ClassAn AutoFilter represents the object controlling the filtering process in a Table. It offers properties to display the filtering buttons and customize the filtering process on TableColumns.
ClassDefines the content of a specific border.
ClassDefines the collection of Borders for a Style.
ClassA cell represents a rectangle in a Worksheet. Each cell is the intersection of a Row and a Column. It can be accessed by using an address (a combination of a letter and a number, like A1, B2, C3…, where the letter is the Column Id and the number is the Row Id) or by coordinates (by specifying the Row Id first & then the Column Id, for example, 0,0; 2,3; 5;5...). Note that indexes for rows & columns always start at 0.
ClassRepresents a collection of Cell.
ClassOffers some static functions for converting data.
Class

Represents a rectangular range of Cells. The top-left and bottom-right Cells delimit the range.

ClassContains many methods that will help convert Colors between Color, int, string and ThemeColor.
ClassRepresents a column in a Worksheet.
ClassThis collection represents the collection of Cell for a specific column.
ClassRepresents a collection of Column in a worksheet.
ClassDefines a ColumnRange, which is a range of consecutives Columns. It derives from LinearRange.
ClassThis class represents a single Comment in a ThreadCommentCollection.
ClassSpecifies the properties of the import options for a CSV document or stream when importing data in a Worksheet through the Worksheet.ImportData method.
ClassSpecifies the properties of the import options for DataTables when importing data in a Worksheet through the Worksheet.ImportData method.
ClassThis class is used to enable or disable the selection and printing of the elements within the worksheet when it is protected.
ClassContains the properties related to filling a CellRowColumn or range with a Color and a pattern.
ClassThe Font object representing the possible properties that a font can have.
ClassRepresents a text that is formatted in a specific way.
ClassRepresents a list of FormattedText objects.
ClassEncapsulates the object that represents an hyperlink.
ClassRepresents a collection of Hyperlinks in a Worksheet.
ClassSpecifies the import options' properties when importing data in a Worksheet through the Worksheet.ImportData method.
ClassRepresents the class used to register all classes defined in the Xceed.Workbooks.NET assembly.
ClassAbstract class defining a LinearRange, which is a range of consecutives WorksheetElements.
ClassContains the common elements for the Column and Row classes.
ClassRepresents a collection of all the Cells that need to be merged.
ClassRepresents a Note, which is made of multiple blocks of FormattedText that are added one after the other.
ClassContains the Protection properties of a Note.
ClassRepresents the person who interacted with an object that requires identification.
ClassThis class represents a picture element in the PictureCollection of the Worksheet.
ClassThis class will contain all the pictures in the worksheet. It will also allow the user to add new pictures and manipulate them.
ClassAllows the user to remove the authorization to modify certain properties of the picture in MS Excel. All values are false by default.
ClassManages the values of properties that are unit dependent, like AbsoluteAnchorTopLeftOffsets and BottomRightOffsets.
ClassRepresents the possible properties of a Protection.
ClassContains the base data for a Protection.
ClassContains the base data for a range.
ClassRepresents a row in a Worksheet.
ClassThis collection represents the collection of Cell for a specific row.
ClassRepresents a collection of Row in a worksheet.
ClassDefines a range of consecutives Rows.
ClassA single sheet view from a Worksheet. Currently, only one SheetView per Worksheet is supported.
ClassRepresents the style that is used to display either a CellCells from a Column or Cells from a Row.
Class A generic base class for styled objects like StyleFillFont and Alignment.
ClassContains the base data for a range.
ClassAbstract class that contains a Style property for worksheet elements.
Class

A Table represents a range of cells in a Worksheet. To be considered a Table, these cells should be independent from the other cells in the Worksheet and grouped to form a rectangular arrangement of rows and columns. Built-in styles can be used to unify these grouped cells visually.

The Table’s header row can display filtering options for each column. A total row can also be added. Each cell of this row will display a formula calculation based on the data in that column (SUM, AVERAGE, COUNT…).

ClassRepresents a collection of Table in a Worksheet.
ClassRepresents a column from a Table in a Worksheet.
ClassRepresents a collection of TableColumn in a Table.
ClassContains the properties and methods of a Theme object.
ClassRepresents a Theme's Color.
ClassContains a collection of the various threads of Comments that can be found in the Worksheet.
ClassSpecifies the properties of the import options for user objects when importing data in a Worksheet through the Worksheet.ImportData method.
ClassRepresents the root document containing the Worksheet(s).
ClassThis is the base class for all single elements in a Workbook.
ClassRepresents the Protection used on a Workbook.
ClassGets the ThemeColor associated with the Workbook's Theme.
ClassThe collection of ThemeColors associated to the current Theme used by the Workbook.
ClassEach WorkbookView opens a new window when the document is opened. This allows the user to focus on an important element of the document by displaying it in a different window.
ClassRepresents a single worksheet from a Workbook.
ClassRepresents a collection of Worksheet in a Workbook.
ClassThis is the base class for all single elements in a Worksheet.
ClassContains the actions that can be carried out on a Worksheet when it is protected.
ClassCorresponds to a group of continuous Worksheets in a WorksheetCollection.
Interfaces
 InterfaceDescription
InterfaceOffers the base properties for a range.
InterfaceInterface exposing the properties and methods of a read-only Alignment object.
InterfaceInterface exposing the properties and methods of a read-only Border object.
InterfaceInterface exposing the properties and methods of a read-only Fill object.
InterfaceInterface exposing the properties and methods of a read-only Font object.
InterfaceInterface exposing the properties and methods of a read-only Protection object.
InterfaceInterface exposing the properties and methods of a read-only Style object.
InterfaceRepresents the available properties of a read-only ThemeColor object.
InterfaceContains, in their read-only version, the actions that can be carried out on a Workbook when it is protected.
InterfaceContains, in their read-only version, the actions that can be carried out on a Worksheet when it is protected.
Enumerations
 EnumerationDescription
EnumerationDetermines how a Picture is anchored in a Worksheet.
EnumerationDetermines the Annotation's type.
EnumerationDefines the Border's type.
EnumerationRepresents the different types of built-in Cell Styles offered by MS Excel.
EnumerationContains the options that determine what will be cleared when one of the Clear methods is used on a Row, ColumnWorksheet or Range.
EnumerationDetermines the type of data entered in a Cell.
EnumerationDetermines how Cells are shifted after a CellRange is deleted.
EnumerationRepresents the possible values for a pattern style when a Fill object is used to fill a CellRowColumn or range.
EnumerationSpecifies the types of horizontal alignments possible for a cell.
EnumerationDefines the hyperlink's type.
EnumerationDetermines how Cells are shifted after inserting a CellRange.
EnumerationDefines the style of a Border.
EnumerationRepresents the available picture format.
EnumerationSpecifies the built-in style used on a Table. The available styles are the same as the ones found in MS Excel.
EnumerationDetermines how the text will flow.
EnumerationThe available types for the ThemeColor class.
EnumerationThis enum can be used to set the TableColumn.TotalRowFunction property. It will be used to apply a built-in formula in a TableColumn’s total row.
EnumerationAffects the behavior of a TwoCellAnchor Picture when adding and deleting Rows and Columns.
EnumerationDefines the possible type of underline.
EnumerationDetermines what type of units are used for measurements.
EnumerationSpecifies the types of vertical alignments possible for a cell.
EnumerationDetermines which View mode is used by a SheetView.
EnumerationDetermines how the Worksheet is displayed.
See Also

Reference

Xceed.Workbooks.NET Assembly