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


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

    Property Value

    An System.Int32 value that represents the width of ListColumnInfo.
    See Also