StyleShrinkToFit Property |
Represents if text automatically shrinks to fit in the available column width.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.1.0.0 (21.1)
Syntaxpublic 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
Type:
Boolean
See Also