HotXLS Docs
Contents
Home
Overview
TGridToXLS
IXLSWorkbook
Home
Contents
Overview
SetColumnsWidth property
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.
GridToXLS1.SetColumnsWidth := false;