A Sandcastle Documented Class Library
ShrinkToFit Property
Namespaces ► Yogesh.ExcelXml ► AlignmentOptionsBase ► ShrinkToFit
Gets or sets cell's shrink to cell setting

C# | Visual Basic | Visual C++ |
public bool ShrinkToFit { get; set; }
Public Property ShrinkToFit As Boolean
public: virtual property bool ShrinkToFit { bool get () sealed; void set (bool value) sealed; }