CellStyleAdjustToSize Property |
Gets or sets a value indicating whether the content size should be adjusted to the cell size.
Namespace: SautinSoft.ExcelAssembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntaxpublic bool AdjustToSize { get; set; }
Public Property AdjustToSize As Boolean
Get
Set
Property Value
Boolean
Remarks
If true, it changes the visible font size so that the contents fit into the cell in width.
The default value is false.
See Also