Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IRange Interface / ShrinkToFit Property
In This Topic
    ShrinkToFit Property (IRange)
    In This Topic
    Gets or sets the property which specifies whether cells will be drawn in a smaller font if needed to display the contents of the cell.
    Syntax
    System.bool ShrinkToFit {get; set;}

    Property Value

    true if [shrink to fit]; otherwise, false.
    See Also