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