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


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Editor Namespace > MultiColumnEditor Class : ListOffset Property
Gets or sets how much the list offsets from the editor.
Syntax
'Declaration
 
Public Property ListOffset As Integer
'Usage
 
Dim instance As MultiColumnEditor
Dim value As Integer
 
instance.ListOffset = value
 
value = instance.ListOffset
public int ListOffset {get; set;}

Property Value

Integer number of pixels to offset the list
See Also

Reference

MultiColumnEditor Class
MultiColumnEditor Members