Back to Devexpress

WPF Spreadsheet Control API

wpf-16438-controls-and-libraries-spreadsheet-product-structure.md

latest5.6 KB
Original Source

WPF Spreadsheet Control API

  • May 25, 2022
  • 2 minutes to read

Use the following links to access reference information about the most important classes and interfaces in the WPF Spreadsheet control:

ClassDescription
SpreadsheetControlA visual control that allows you to create, load, edit, save and print spreadsheet documents.
SpreadsheetFormulaBarControlA control that displays the cell address and the contents of the current cell. Use it to enter or edit formulas and cell data.
SpreadsheetControlOptionsStores settings specific for the SpreadsheetControl.
SpreadsheetBehaviorOptionsContains options used to restrict an end-user’s ability to manage a document within the SpreadsheetControl.
IWorkbookA document in the SpreadsheetControl.
WorksheetAn individual worksheet in a workbook.
RowAn individual row in a worksheet.
ColumnAn individual column in a worksheet.
CellA box at the intersection of a column and a row. A cell can contain worksheet data, a formula, and formatting.
CellRangeThe base interface that provides the functionality required to work with a worksheet cell and a range of cells.
CellValueA data value contained in a cell.
FormattingAn interface containing options to change cell format settings: fill, font, alignment, borders, and number format.
RichTextStringRich formatted text in a cell.
ConditionalFormattingThe base interface for conditional formatting rules.
DefinedNameA name that refers to a cell, cell range, formula, or constant value.
WorkbookFunctionsAn interface that provides access to the built-in worksheet functions divided into categories by their functionality and allows you to override a specific function.
ICustomFunctionAn interface that provides basic properties and methods required to implement a custom worksheet function.
FormulaEngineProvides the capability to calculate and parse worksheet formulas. See Formula Engine.
HyperlinkA hyperlink associated with a cell or cell range.
CommentA comment attached to a worksheet cell.
PictureAn embedded image in a worksheet.
ChartAn embedded chart in a worksheet.
TableA table in a worksheet.
PivotTableA PivotTable report in a worksheet.
WorksheetDataBindingAn interface containing information about a cell range bound to an external data source or used to create a data source. See Data Binding.
CustomCellInplaceEditorA custom cell in-place editor assigned to a cell or cell range in a worksheet.

See Also

Spreadsheet Examples