NativeExcel suite v1.x

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.
DBGrid2Excel1.SetColumnsWidth := false;
Copyright © NikaSoft 2004-2012