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


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