IExtendedFormat
ShrinkToFit Property
|
True - shrink content to fit into cell.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool ShrinkToFit { get; set; }
Property ShrinkToFit As Boolean
Get
Set
property bool ShrinkToFit {
bool get ();
void set (bool value);
}
abstract ShrinkToFit : bool with get, set
Property Value
Type:
Boolean
See Also