Hi!
Is there a way to set the maximum allowed column width when using TJamXLSWorkSheet.AutoWidthCols in order to e.g. prevent
columns larger than e.g. 500 pixels?
If not, would it be possible to add such an option (maybe as a property of the sheet)?
Thank you.
Best regards
d3nton.
Maximum column width
Re: Maximum column width
Hello
This is fixed now.
AutoWidthCols and AutoHeightRows are no declared as:
procedure AutoWidthCols(const Col1,Col2: integer; AMinWidth: integer = 0; AMaxWidth: integer = MAXINT);
function AutoHeightRows(const Row1,Row2: integer; AMinHeight: integer = 0; AMaxHeight: integer = MAXINT): boolean;
This is fixed now.
AutoWidthCols and AutoHeightRows are no declared as:
procedure AutoWidthCols(const Col1,Col2: integer; AMinWidth: integer = 0; AMaxWidth: integer = MAXINT);
function AutoHeightRows(const Row1,Row2: integer; AMinHeight: integer = 0; AMaxHeight: integer = MAXINT): boolean;
Lars Arvidsson, Axolot Data
Re: Maximum column width
That are great news. Thank you very much.
I will test it.
best regards d3nton
I will test it.
best regards d3nton