Sets a value that indicate whether the AutoFit feature will be used in the cells of the worksheet.
Namespace: Aceoffix.ExcelWriterAssembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntaxpublic bool AutoFit { set; }
Public WriteOnly Property AutoFit As Boolean
Set
Property Value
Type:
Boolean
RemarksIf the value is true, the cells in worksheet will be expanded to display all value automatically.
See Also