Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Editor Namespace / MultiColumnEditor Class / ListWidth Property


In This Topic
    ListWidth Property (MultiColumnEditor)
    In This Topic
    Gets or sets the width of the list.
    Syntax
    'Declaration
     
    Public Property ListWidth As Short
    'Usage
     
    Dim instance As MultiColumnEditor
    Dim value As Short
     
    instance.ListWidth = value
     
    value = instance.ListWidth
    public short ListWidth {get; set;}

    Property Value

    Integer number of pixels in the width of the list
    See Also