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.

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public bool ShrinkToFit { get; set; }

Property Value

Boolean

See Also