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


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