Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType.BarCode Namespace / BarAdjust Class / Y Property


In This Topic
    Y Property (BarAdjust)
    In This Topic
    Gets or sets the adjustment value in the vertical (Y) direction.
    Syntax
    'Declaration
     
    
    Public Property Y As String
    'Usage
     
    
    Dim instance As BarAdjust
    Dim value As String
     
    instance.Y = value
     
    value = instance.Y
    public string Y {get; set;}
    See Also