Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DefaultListColumnInfo Class / Width Property


In This Topic
    Width Property (DefaultListColumnInfo)
    In This Topic
    Gets or sets the width of the ListColumnInfo.
    Syntax
    'Declaration
     
    
    Public Property Width As Integer
    'Usage
     
    
    Dim instance As DefaultListColumnInfo
    Dim value As Integer
     
    instance.Width = value
     
    value = instance.Width
    public int Width {get; set;}

    Property Value

    An System.Int32 value that indicates the width of the ListColumnInfo object.
    The default is 60.
    See Also