Click or drag to resize
SheetAutoFit Property
Sets a value that indicate whether the AutoFit feature will be used in the cells of the worksheet.

Namespace: Aceoffix.ExcelWriter
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public bool AutoFit { set; }

Property Value

Type: Boolean
Remarks

If the value is true, the cells in worksheet will be expanded to display all value automatically.

See Also