Back to Devexpress

DevExpress.Xpf.Spreadsheet Namespace

wpf-devexpress-dot-xpf-54fdcb91.md

latest10.1 KB
Original Source

DevExpress.Xpf.Spreadsheet Namespace

Contains classes required for WPF spreadsheet applications using the Spreadsheet suite. To use these classes in XAML code, add the xmlns:dxsps=”http://schemas.devexpress.com/winfx/2008/xaml/spreadsheet“ namespace reference.

Assembly : DevExpress.Xpf.Spreadsheet.v25.2.dll

NuGet Package : DevExpress.Wpf.Spreadsheet

Classes

NameDescription
CellDataContains information about a worksheet cell.
CellEditorOpenedEventArgsProvides data for the SpreadsheetControl.CellEditorOpened event.
SpreadsheetAxisLabelOverlappingOptionsContains options that define how to resolve overlapping axis labels for the SpreadsheetControl’s charts.
SpreadsheetBehaviorOptionsProvides options to restrict an end-user’s ability to manage a document within the SpreadsheetControl.
SpreadsheetCapabilitiesOptionsAllows you to manage the capability of the document loaded in the SpreadsheetControl to support certain elements.
SpreadsheetCellOptionsContains various options which can be specified for worksheet cells.
SpreadsheetClipboardOptionsProvides clipboard options for the SpreadsheetControl.
SpreadsheetColumnBehaviorOptionsProvides options to restrict an end-user’s ability to manage columns in a worksheet of the workbook loaded into SpreadsheetControl.
SpreadsheetCommentBehaviorOptionsProvides options to restrict an end-user’s ability to modify comments embedded into the SpreadsheetControl‘s document.
SpreadsheetCompatibilityOptionsContains options used to ensure compatibility with previous Spreadsheet control versions.
SpreadsheetControlEmulates the Microsoft® Excel® look and feel and allows you to create, load, edit, save and print spreadsheet documents.
SpreadsheetControlOptionsContains various options which can be specified for the SpreadsheetControl.
SpreadsheetCopyOptionsA set of options used to control copy operations.
SpreadsheetCsvExportOptionsContains options used for saving (exporting) a document in CSV format.
SpreadsheetCsvImportOptionsContains options used for loading (importing) a document in CSV format.
SpreadsheetCustomCellEditEventArgsProvides data for the SpreadsheetControl.CustomCellEdit event.
SpreadsheetDataValidationBehaviorOptionsContains options used to specify whether users can manage data validation rules in a document loaded into the SpreadsheetControl.
SpreadsheetDocumentSourceAllows binding a document from the stream to the SpreadsheetControl using MVVM pattern.
SpreadsheetDrawingBehaviorOptionsProvides options to restrict an end-user’s ability to modify drawing objects embedded into the document.
SpreadsheetExportOptionsContains options used for saving (exporting) documents.
SpreadsheetFormulaAutoCompleteOptionsContains options affecting the Formula AutoComplete functionality.
SpreadsheetFormulaBarControlA control that displays the cell address and the contents of the current cell. Use it to enter or edit formulas and cell data.
SpreadsheetGroupBehaviorOptionsProvides options to restrict an end-user’s ability to group data.
SpreadsheetImportOptionsContains options used for loading (importing) documents .
SpreadsheetOpenXmlImportOptionsContains options used for loading (importing) the document in Open XML format (aka MS Word 2007 default format, .docx).
SpreadsheetPivotTableFieldListOptionsContains options that specify the size and starting position of the PivotTable Field List pane at runtime.
SpreadsheetPrintOptionsContains print options for the Spreadsheet control.
SpreadsheetProtectionBehaviorOptionsProvides options to restrict an end-user’s capability to protect or unprotect a document in the SpreadsheetControl.
SpreadsheetRealTimeDataOptionsContains options for real-time data (RTD) function calculation.
SpreadsheetRowBehaviorOptionsProvides options to restrict an end-user’s ability to manage rows in a worksheet of the workbook loaded into the SpreadsheetControl.
SpreadsheetSaveOptionsContains options that define the file name and file format that are used when saving and loading the workbook.
SpreadsheetSelectionBehaviorOptionsContains options affecting cell selection in the SpreadsheetControl.
SpreadsheetTxtExportOptionsContains options used for saving (exporting) a document in text format.
SpreadsheetTxtImportOptionsContains options used for loading (importing) a document in text format.
SpreadsheetViewOptionsContains the SpreadsheetControl’s display settings.
SpreadsheetWorksheetBehaviorOptionsProvides options to restrict an end-user’s ability to manage a document within the SpreadsheetControl.
SpreadsheetXlsImportOptionsContains options used for loading (importing) a document in XLS format (MS Excel 97-2003 binary file format).
SpreadsheetXlsmImportOptionsContains options used for loading (importing) a document in OpenXML format with macro support (.xlsm).
WorksheetDisplayAreaAn object that enables you to specify the visible worksheet area.

Delegates

NameDescription
CellEditorOpenedEventHandlerA method that handles the SpreadsheetControl.CellEditorOpened event.
SpreadsheetCustomCellEditEventHandlerRepresents a method that will handle the SpreadsheetControl.CustomCellEdit event.

Enums

NameDescription
CommandBarStyleLists values used to specify the type of the SpreadhseetControl’s command bar.
NameBoxItemDisplayModeLists values used to specify what items should be displayed in the Name Box‘s drop-down list.
ShowCellToolTipModeLists modes which determine whether a tooltip is displayed for the cell.
SpreadsheetElementVisibilityLists values used to specify the visibility of a certain element of the SpreadsheetControl.
SpreadsheetFormulaAutoCompleteSearchModeLists values used to specify what items should appear in the Formula AutoComplete drop-down list.
SpreadsheetMenuTypeLists menu types respective to visual elements for which a popup menu is invoked.
SpreadsheetPivotTableFieldListStartPositionLists values used to specify the starting position of the PivotTable Field List pane.