Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Editor Namespace / MultiColumnEditor Class / ListOffset Property


In This Topic
    ListOffset Property (MultiColumnEditor)
    In This Topic
    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