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:
ExpertXls.ExcelLib
Assembly:
expertxls (in expertxls.dll) Version: 7.0.0
Syntax public bool ShrinkToFit { get; set; }
Public Property ShrinkToFit As Boolean
Get
Set
Property Value
Type:
BooleanSee Also