Version

ShrinkToFit Property

Gets or sets the value indicating whether the cell content will shrink to fit the cell.
Syntax
ExcelDefaultableBoolean ShrinkToFit {get; set;}

Property Value

The value indicating whether the cell content will shrink to fit the cell.
Exceptions
ExceptionDescription
Infragistics.Documents.Excel.MockClasses.InvalidEnumArgumentExceptionThe value assigned is not defined in the ExcelDefaultableBoolean enumeration.
Remarks

If True, the size of the cell font will shrink so all data fits within the cell.

Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also