Spread Windows Forms 13.0 Product Documentation
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;}

    Property Value

    String containing the module size of the thick bar
    See Also