Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListColumn Class / Width Property


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

    Property Value

    A System.Int32 value that represents the width of ListColumn.
    See Also