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


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