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


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