Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / BarCodeCellType Class / MinimumHeight Property


In This Topic
    MinimumHeight Property
    In This Topic
    Gets or sets the minimum height of the entire barcode.
    Syntax
    'Declaration
     
    
    Public Property MinimumHeight As String
    'Usage
     
    
    Dim instance As BarCodeCellType
    Dim value As String
     
    instance.MinimumHeight = value
     
    value = instance.MinimumHeight
    public string MinimumHeight {get; set;}
    See Also