Back to Devexpress

dxSpreadSheetGraphics Unit

vcl-dxspreadsheetgraphics.md

latest4.2 KB
Original Source

dxSpreadSheetGraphics Unit

Enums

NameDescription
TdxSpreadSheetCellBorderStyleEnumerates cell border styles.
TdxSpreadSheetCellFillStyleEnumerates cell fill styles.
TdxSpreadSheetDataAlignHorzEnumerates horizontal alignments of the cell contents.
TdxSpreadSheetDataAlignVertEnumerates vertical alignments of the cell contents.
TdxSpreadSheetDrawingStageEnumerates the painting stages of the Spreadsheet control‘s visual elements.
TdxSpreadSheetSelectionElementEnumerates the visual elements of the worksheet selector rectangles.

Methods

NameDescription
dxSpreadSheetDrawBackground(TcxCanvas,TRect,TColor,TColor,TdxSpreadSheetCellFillStyle)Paints the cell brushes.
dxSpreadSheetDrawBorder(TcxCanvas,TRect,TColor,TColor,TcxBorder,TdxSpreadSheetCellBordersStyles)
dxSpreadSheetDrawBorder(TcxCanvas,TRect,TColor,TColor,TdxSpreadSheetCellBorderStyle,Boolean)Paints the cell borders.
dxSpreadSheetGetColorDefault(TColor,TColor)Validates the specified color and returns the actual TColor value which can safely be used for painting.
dxSpreadSheetIsColorDefault(TColor)Returns a value indicating whether the specified color value corresponds to the default color.

Constants

NameDescription
dxSpreadSheetBorderStyleThicknessSpecifies the widths of cell borders in the case of different styles.
dxSpreadSheetMaxBorderSizeSpecifies the maximum width (in pixels) of borders between the cells in Table View worksheets.
dxSpreadSheetSelectionColorsSpecifies a set of colors used for highlighting the referenced areas in formula expressions.
dxSpreadSheetSelectionThicknessSpecifies the thickness (in pixels) of the displayed cell selector rectangle.

Types

NameDescription
TdxSpreadSheetCellBordersStyles
TdxSpreadSheetDrawingStages
TdxSpreadSheetSelectionElementsA set of visual elements that make up the selector rectangle, formula reference highlights, and selected cell range markers.