Spread for ASP.NET 11 Product Documentation
ListWidth Property (MultiColumnEditor)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Editor Namespace > MultiColumnEditor Class : ListWidth Property
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

Reference

MultiColumnEditor Class
MultiColumnEditor Members