Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListColumnInfo Class / AutoWidth Property


In This Topic
    AutoWidth Property (ListColumnInfo)
    In This Topic
    Gets or sets a bool value that indicates whether ListColumnInfo automatically calculates the width based on content.
    Syntax
    'Declaration
     
    
    Public Property AutoWidth As Boolean
    'Usage
     
    
    Dim instance As ListColumnInfo
    Dim value As Boolean
     
    instance.AutoWidth = value
     
    value = instance.AutoWidth
    public bool AutoWidth {get; set;}

    Property Value

    true if ListColumnInfo automatically calculates width based on content; otherwise, false.
    See Also