Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Exporting Namespace
Inheritance Hierarchy
In This Topic
    Xceed.Grid.Exporting Namespace
    In This Topic
    The Xceed.Grid.Exporting namespace contains all the classes which can be used to export grid data to Excel-compatible spreadsheets.
    Classes
     ClassDescription
    ClassSpecialization of the CollectionBase class representing a list of ExcelStyle objects.
    ClassThe ExcelExporter class allows data from a Xceed.Grid.GridControl to be exported as a spreadsheet in XML format, suitable for import into Microsoft Excel.
    ClassThe ExcelStyle class defines the style to be used in the column header of the exported spreadsheet.
    ClassProvides information on the cell element being written.
    ClassProvides information on the element being written.
    ClassProvides information on the row element being written.
    ClassThe XMLSSAttribute class describes an attribute that can optionally be found in an XML element.
    ClassSpecialization of the CollectionBase class containing a collection of XMLSSAttribute objects, representing the attributes of an element in an XML tree.
    Delegates
     DelegateDescription
    DelegateRepresents the method that will handle the Exporting.WritingCellElement event.
    DelegateRepresents the method that will handle the Exporting.WritingElement event.
    DelegateRepresents the method that will handle the Exporting.WritingRowElement event.
    Enumerations
     EnumerationDescription
    EnumerationValue representing how the content of a cell is treated.
    EnumerationValue representing how detail grids are handled during export.
    See Also