dxSpreadSheetGraphics Unit
Enums
| Name | Description |
|---|---|
| TdxSpreadSheetCellBorderStyle | Enumerates cell border styles. |
| TdxSpreadSheetCellFillStyle | Enumerates cell fill styles. |
| TdxSpreadSheetDataAlignHorz | Enumerates horizontal alignments of the cell contents. |
| TdxSpreadSheetDataAlignVert | Enumerates vertical alignments of the cell contents. |
| TdxSpreadSheetDrawingStage | Enumerates the painting stages of the Spreadsheet control‘s visual elements. |
| TdxSpreadSheetSelectionElement | Enumerates the visual elements of the worksheet selector rectangles. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| dxSpreadSheetBorderStyleThickness | Specifies the widths of cell borders in the case of different styles. |
| dxSpreadSheetMaxBorderSize | Specifies the maximum width (in pixels) of borders between the cells in Table View worksheets. |
| dxSpreadSheetSelectionColors | Specifies a set of colors used for highlighting the referenced areas in formula expressions. |
| dxSpreadSheetSelectionThickness | Specifies the thickness (in pixels) of the displayed cell selector rectangle. |
Types
| Name | Description |
|---|---|
| TdxSpreadSheetCellBordersStyles | |
| TdxSpreadSheetDrawingStages | |
| TdxSpreadSheetSelectionElements | A set of visual elements that make up the selector rectangle, formula reference highlights, and selected cell range markers. |