Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / ListColumn Class / Width Property


In This Topic
    Width Property (ListColumn)
    In This Topic
    Gets or sets the column width or an automatic sizing mode.
    Syntax
    'Declaration
     
    Public Property Width As ListBoxLength
    'Usage
     
    Dim instance As ListColumn
    Dim value As ListBoxLength
     
    instance.Width = value
     
    value = instance.Width
    public ListBoxLength Width {get; set;}

    Property Value

    A structure that represents the column width or an automatic sizing mode. The default is the GcListBox.ColumnWidth property value.
    See Also