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


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

    Property Value

    A System.Int32 value indicates the width of the ListColumn.
    The default is 60.
    See Also