CellStyleObject
ShrinkToFit Property
|
True if text automatically shrinks to fit in the available column width.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool ShrinkToFit { get; set; }
Public Property ShrinkToFit As Boolean
Get
Set
public:
virtual property bool ShrinkToFit {
bool get () sealed;
void set (bool value) sealed;
}
abstract ShrinkToFit : bool with get, set
override ShrinkToFit : bool with get, set
Property Value
Type:
Boolean
Implements
IExtendedFormat
ShrinkToFit
See Also