V4 V5

The main public types, grouped by namespace.

unvell.ReoGrid.Core

TypeWhat it isExplained in
WorkbookA collection of worksheetsWorkbook
WorksheetThe way into cells, formulas and stylesWorksheet
CellCursorA lightweight cursor holding a positionWorksheet
CellPosition / RangePositionA position and a rangeAddresses and Ranges
AxisIndexRow and column sizes, hidden state and stylesRows and Columns
MergeTableMergesMerged Cells
BorderTable / BorderEdge / CellBordersBordersBorders
BorderSide / BorderLineStyleBorder enumssame
SortKey / SortOrderSortingSorting

unvell.ReoGrid.Core.Data

TypeWhat it isExplained in
CellValue / CellValueKindThe 16-byte cell valueCellValue
HybridSheetStore.CellVisitorThe callback you pass to ws.ReadWindow(...)Performance and Memory
IRowDataSourceSupplies only the rows that get displayedWorking with Large Data

unvell.ReoGrid.Core.Style

TypeWhat it isExplained in
StyleRecordImmutable cell formattingStyleRecord
HAlign / VAlign / TextWrapAlignment and wrappingsame
NumberFormatterApplying a format codeNumber Formats
JapaneseEras / JapaneseEraThe Japanese era (和暦) tableNumber Formats

unvell.ReoGrid.Core.Text

TypeWhat it isExplained in
RichText / RichTextRunPer-character formattingRich Text

unvell.ReoGrid.Core.Formula

TypeWhat it isExplained in
FormulaEngineDependency recalculationThe Formula Engine
FunctionRegistryRegistering functionsCustom Functions
FormulaValue / FormulaErrorValues and errorsError Values
NameRegistry / DefinedNameInfo / NameResolutionDefined namesDefined Names

unvell.ReoGrid.Core.CellTypes

TypeWhat it isExplained in
CellTypeDescriptorThe base class for a cell typeCustom Cell Types
CheckboxCellType / DropdownCellType / ProgressCellType / ButtonCellType / HyperlinkCellType / SparklineCellTypeThe built-in typesBuilt-in Cell Types
CellTypeRegistry / CellTypeConfigSaving and restoringCustom Cell Types
CellTypeClickResultWhat a click meanssame

unvell.ReoGrid.Core.ConditionalFormatting

TypeWhat it is
CfRule and CellIsRule ExpressionRule ContainsTextRule ColorScaleRule DataBarRule IconSetRule Top10Rule AboveAverageRule DuplicateValuesRuleThe rules
CfStyle / CfValue / Cfvo / CfOperator / CfTextOperator / CfvoTypeSupporting types
CfCellFormatThe evaluated result

Explained in Conditional Formatting.

unvell.ReoGrid.Core.Filtering

AutoFilter / ColumnFilter / FilterCondition / FilterClause / FilterOperatorFiltering

unvell.ReoGrid.Core.Outline

OutlineManager / OutlineGroup / RowOrColumnOutlines

unvell.ReoGrid.Core.Undo

ActionManager / IWorksheetAction / ActionGroup / WorksheetSnapshotUndo and Redo

unvell.ReoGrid.Core.Clipboard

RangeClipboard / ClipboardRangeData / ClipboardCellDataClipboard

unvell.ReoGrid.Core.Rendering

TypeWhat it isExplained in
GridViewportView state and renderingThe Viewport
GridThemeThe grid’s chrome colorsCustomizing the Appearance
IGridGraphics / TextStyleThe drawing-target abstractionA Custom Drawing Layer
AxisLayoutPosition arithmeticsame

unvell.ReoGrid.Core.Drawing

SheetImage / SheetImageTable / ImageAnchor / ImageAnchorKindImages

unvell.ReoGrid.Core.Printing

PrintSettings / Paginator / PrintLayout / PaperKind / PageOrientation / PageOrderPrinting and Page Setup

unvell.ReoGrid.Core.IO

ReoGridJsonIO / CsvIOreogrid-json and CSV

unvell.ReoGrid.Core.License

ReoGridLicense / LicenseInfo / LicenseTierApplying a License Key

unvell.ReoGrid.IO.Excel

XlsxReader / XlsxWriter / VirtualWorkbook / SheetLoadModeXLSX

unvell.ReoGrid.IO.Pdf

PdfExporterPDF Export

Platforms

NamespaceTypeExplained in
unvell.ReoGrid.WinFormsReoGridControlWinForms
unvell.ReoGrid.WpfReoGridControlWPF
unvell.ReoGrid.AvaloniaReoGridControlAvalonia

The event argument types the three controls share — GridContextMenuEventArgs, GridContextTarget and CellButtonClickEventArgs — are collected in Events.

Was this article helpful?