Excel for WPF | ComponentOne
Inheritance Hierarchy
In This Topic
    C1.Silverlight.Excel Namespace
    In This Topic
    Classes
     ClassDescription
    Class

    Represents an Excel workbook containing one or more worksheets.

    Contains methods for loading and saving XLS files, and exposes a collection of XLSheet objects that represent the individual worksheets.

    ClassThe border formatting.
    ClassRepresents individual cells in an XLSheet and provides properties for getting and setting the cell Value, Style, and Hyperlink.
    ClassRepresents a range of XLCell objects in an XLSheet.
    ClassRepresents a collection of XLCellRange objects on an XLSheet.
    ClassRepresents a column in a worksheet. This class provides properties for setting the column's width, style, and visibility.
    ClassRepresents a collection of XLColumn objects that represent the individual columns in each XLSheet.
    ClassConditional formatting.
    ClassThe collection of conditional formattin ranges.
    ClassThe collection of conditional formatting ranges.
    ClassConditional formatting.
    ClassThe collection of conditional formattin ranges.
    ClassXLFont
    ClassThe font formatting.
    ClassRepresents a named range of XLCell objects on one or several worksheets.
    ClassRepresents a collection of XLNamedRange objects.
    ClassThe pattern formatting.
    ClassProvides options and settings for printing XLSheet objects.
    ClassThe simple cell range.
    ClassRepresents a row in a worksheet, provides properties for setting the row's height, style, and visibility.
    ClassRepresents a collection of XLRow objects that represent the individual rows in each XLSheet.
    ClassRepresents individual worksheets in an Excel workbook (C1XLBook).
    ClassCollection of XLSheet objects that represent the individual worksheets in a C1XLBook.
    ClassContains style elements used to define the appearance of the cells.
    Interfaces
     InterfaceDescription
    InterfaceSupports cloning, which creates a new instance of a class with the same value as an existing instance.
    Enumerations
     EnumerationDescription
    EnumerationSpecifies calculation mode for all formulas in the workbook.
    EnumerationSpecifies limits to sheet size that correspond to specific versions of Microsoft Excel.
    EnumerationSpecifies consolidation function for sheet subtotals.
    EnumerationSpecifies the file format to use when loading or saving workbooks.
    EnumerationSpecifies how to align cell content horizontally within a cell.
    EnumerationSpecifies how to align cell content vertically within a cell.
    EnumerationConditional formatting operator (applicable when cell type formating).
    EnumerationConditional formatting type.
    EnumerationSpecifies the type of diagonal line to draw across the cells.
    EnumerationThe Excel font superscript/subscript style (escapement type).
    EnumerationSpecifies the line style used for the cell borders.
    EnumerationSpecifies the pattern used to fill the cell background.
    EnumerationThe range type.
    EnumerationSpecifies the reading direction (East Asian versions of MS Excel).
    EnumerationThe reference mode.
    EnumerationThe reference type.
    EnumerationConditional formatting underline type for the font.
    See Also