If this property is false, the
width of columns will not be changed. The default value is True. Read/write Boolean.
Syntax
property SetColumnsWidth: Boolean;
Example
This example sets SetColumnsWidth to false.
Dataset2Excel1.SetColumnsWidth := false;