Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType.BarCode Namespace / ModuleSize Class / Broad Property


In This Topic
    Broad Property
    In This Topic
    Gets or sets the module size of the thick bar.
    Syntax
    'Declaration
     
    
    Public Property Broad As String
    'Usage
     
    
    Dim instance As ModuleSize
    Dim value As String
     
    instance.Broad = value
     
    value = instance.Broad
    public string Broad {get; set;}
    See Also