Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Column Class / ShrinkToFit Property


In This Topic
    ShrinkToFit Property (Column)
    In This Topic
    Gets or sets whether to support shrink to fit.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(False)>
    Public Property ShrinkToFit As Boolean
    'Usage
     
    Dim instance As Column
    Dim value As Boolean
     
    instance.ShrinkToFit = value
     
    value = instance.ShrinkToFit
    [DefaultValue(false)]
    public bool ShrinkToFit {get; set;}

    Property Value

    true if the content supports shrink to fit; otherwise, false. The default value is false.
    See Also