ExcelCellAlignmentShrinkToFit Property
Gets or sets a value to indicate if the text automatically shrinks to fit in the available column width.
When true the text can shrink. Default value is false.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public bool ShrinkToFit { get; set; }
Public Property ShrinkToFit As Boolean
Get
Set
public:
property bool ShrinkToFit {
bool get ();
void set (bool value);
}
member ShrinkToFit : bool with get, set
Property Value
Boolean