Click or drag to resize

CellStyleAdjustToSize Property

Gets or sets a value indicating whether the content size should be adjusted to the cell size.

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntax
public bool AdjustToSize { 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