AddtionalFormatWrapper
ShrinkToFit Property
|
Gets or sets a value indicating whether the control should shrink to fit its content.
Namespace:
Spire.Xls.Core.Spreadsheet
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
Return Value
Type:
Boolean
true if the control should shrink to fit its content; otherwise, false.
Implements
IExtendedFormat
ShrinkToFit
See Also