Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadChildControlContainer Class / LeftOffset Property


In This Topic
    LeftOffset Property (SpreadChildControlContainer)
    In This Topic
    Gets or sets the left column offsetof the child control container.
    Syntax
    'Declaration
     
    
    Public Property LeftOffset As Integer
    'Usage
     
    
    Dim instance As SpreadChildControlContainer
    Dim value As Integer
     
    instance.LeftOffset = value
     
    value = instance.LeftOffset
    public int LeftOffset {get; set;}
    See Also