Back to Devexpress

dxSpreadSheetTypes Unit

vcl-dxspreadsheettypes-333cb250.md

latest10.9 KB
Original Source

dxSpreadSheetTypes Unit

Implements miscellaneous types used by TdxSpreadSheet and TdxSpreadSheetReportDesigner controls.

Classes

NameDescription
TdxSpreadSheetAreaListA list of rectangles corresponding to individual cells or cell ranges.
TdxSpreadSheetCellDataImplements the cell data representation used for sorting and comparison.
TdxSpreadSheetVectorStores a row or column vector of cell values.

Interfaces

NameDescription
IdxSpreadSheetCellDataExposes the properties and functions that obtain cell data from ExpressSpreadSheet and ExpressQuantumGrid Views in a uniform format.
IdxSpreadSheetViewCaption
IdxSpreadSheetViewDataExposes the methods providing access to cell data and basic layout information of worksheet and Grid Views in the ExpressSpreadSheet -compatible format.

Records

NameDescription
TdxSpreadSheetFormulaTokenDimensionStores the size of the continuous Table View worksheet’s area used in calculations of formula expressions.
TdxSpreadSheetVectorValueStores a single cell value within a row or column vector.

Enums

NameDescription
TdxSpreadSheetCellDataTypeEnumerates available data types for values that can be stored by cell objects.
TdxSpreadSheetCellsModificationEnumerates options that define how cell insert and delete operations affect adjacent cells.
TdxSpreadSheetCellsModificationModeEnumerates possible changes made to a cell object.
TdxSpreadSheetClipboardCopyModeEnumerates clipboard fill modes.
TdxSpreadSheetClipboardPasteOptionEnumerates available paste operation flags.
TdxSpreadSheetDateTimeSystemEnumerates available date/time formats for the Spreadsheet and Report Designer controls.
TdxSpreadSheetEnterKeyNavigationEnumerates cell navigation variants for protected worksheets using the Enter key or the Shift+Enter key combination.
TdxSpreadSheetFontScript
TdxSpreadSheetFormulaErrorCodeEnumerates codes of all errors that can occur when the spreadsheet formula engine parses or evaluates a spreadsheet formula, conditional formatting, or calculated field expression.
TdxSpreadSheetFormulaOperationEnumerates operations applied to the formula expression‘s arguments.
TdxSpreadSheetFormulaUpdateReferencesModeEnumerates cell management operations that update references within parsed formula expressions.
TdxSpreadSheetMessageTypeEnumerates types of alert messages in spreadsheet controls.
TdxSpreadSheetSizingMarkerEnumerates the sizing handles used to resize floating container objects.

Methods

NameDescription
dxSpreadSheetGetStandardColorIndex(TColor)Returns the specified color’s index in the array of standard Excel colors.

Constants

NameDescription
dxExcelStandardColorsStores the indexed set of colors used in Excel files (XLS, XLT, XLSX, and XLTX).
dxSpreadSheetDefaultColumnWidthSpecifies the default width (in pixels) of the Table View worksheet’s columns.
dxSpreadSheetDefaultPasswordSpecifies the default password used for loading an encrypted spreadsheet document.
dxSpreadSheetDefaultPasteOptionsSpecifies the default cell data pasting options.
dxSpreadSheetDefaultRowHeightSpecifies the default height (in pixels) of the Table View worksheet’s rows.
dxSpreadSheetDefaultZoomFactorSpecifies the default zoom value (as a percentage) applied to a Table View worksheet.
dxSpreadSheetFeatureFunctionPrefixSpecifies a string prepended to an XLSX name token of each registered spreadsheet function signature that corresponds to a function introduced in Microsoft Excel® 2010 and later.
dxSpreadSheetMaxCaptionLengthSpecifies the maximum length of the worksheet‘s caption.
dxSpreadSheetMaxColumnCountSpecifies the maximum number of columns in a Table View worksheet.
dxSpreadSheetMaxColumnIndexSpecifies the last column‘s index within a Table View worksheet.
dxSpreadSheetMaximumZoomFactorSpecifies the upper limit (as a percentage) of the Spreadsheet control‘s zooming range.
dxSpreadSheetMaxOutlineLevelSpecifies the maximum level of the table item group hierarchy.
dxSpreadSheetMaxRowCountSpecifies the maximum number of rows within the Table View worksheet.
dxSpreadSheetMaxRowIndexSpecifies the maximum index of rows within a Table View worksheet.
dxSpreadSheetMaxSeparatorWidthSpecifies the maximum width (in pixels) of both horizontal and vertical frozen pane separators.
dxSpreadSheetMinimumZoomFactorSpecifies the lower bound (as a percentage) of the Spreadsheet control‘s zooming range.

Types

NameDescription
TdxSpreadSheetClipboardPasteOptionsA set of paste operation flags.
TdxSpreadSheetMessageTypesA set of the alert message types displayed by the Spreadsheet control.
TdxSpreadSheetOperationStringsA set of operations available for use in formula expressions.
TdxSpreadSheetReferencePath
TdxSpreadSheetSizingMarkersA set of sizing handles displayed by a selected floating container object.
TdxSpreadSheetViewForEachCellProcA reference to an anonymous procedure which iterates through multiple cells in a ExpressSpreadSheet or ExpressQuantumGrid View.