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


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