Click or drag to resize

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; }

Return Value

Type: Boolean
true if the control should shrink to fit its content; otherwise, false.

Implements

IExtendedFormat ShrinkToFit
See Also