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


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