Back to Devexpress

WinForms Spreadsheet Control API

windowsforms-118523-controls-and-libraries-spreadsheet-product-structure.md

latest6.2 KB
Original Source

WinForms Spreadsheet Control API

  • Apr 15, 2025
  • 2 minutes to read

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

Class/InterfaceDescription
SpreadsheetControlThe primary control of the WinForms Spreadsheet Suite that allows you to create, load, edit, save and print spreadsheet documents.
SpreadsheetFormulaBarDisplays the active cell’s address and content and is used to view, enter and edit formulas and cell data in the SpreadsheetControl.
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.
ShapeA common class for drawing objects in a worksheet.
PictureAn embedded image in a worksheet.
ChartAn embedded chart in a worksheet.
SparklineA sparkline within a cell.
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

WinForms Spreadsheet Control Examples