Posted 15 August 2023, 3:34 am EST - Updated 15 August 2023, 4:03 am EST
Hello,
when I try to set the width (height) of the spreadsheet to some value, it sets only the integer part of the value, even if it is of type double:
double GrapeCity.Windows.SpreadSheet.Data.Column.Width
E.g.: Width = 135.666
the result Width is 135
How to set the double value properly? Even a pixel can not be half, so why a double…