dxSpreadSheetBorderStyleThickness Constant
Specifies the widths of cell borders in the case of different styles.
Declaration
const dxSpreadSheetBorderStyleThickness: array[TdxSpreadSheetCellBorderStyle] of Byte = (1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 3, 3, 0);
Returns
Type |
---|
array[TdxSpreadSheetCellBorderStyle] of Byte |
Remarks
This global constant sets the line widths for all supported styles of the cell borders.
See Also