Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType.BarCode Namespace / Quiet Class / Left Property


In This Topic
    Left Property (Quiet)
    In This Topic
    Gets or sets the left padding of the barcode.
    Syntax
    'Declaration
     
    
    Public Property Left As String
    'Usage
     
    
    Dim instance As Quiet
    Dim value As String
     
    instance.Left = value
     
    value = instance.Left
    public string Left {get; set;}
    See Also