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


In This Topic
    Message Property (BarCodeCellType)
    In This Topic
    Gets or sets whether to show the message string with the barcode.
    Syntax
    'Declaration
     
    
    Public Property Message As Boolean
    'Usage
     
    
    Dim instance As BarCodeCellType
    Dim value As Boolean
     
    instance.Message = value
     
    value = instance.Message
    public bool Message {get; set;}

    Property Value

    if message visible;
    See Also