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


In This Topic
    MessageValue Property
    In This Topic
    Gets or sets the message string.
    Syntax
    'Declaration
     
    
    Public Property MessageValue As String
    'Usage
     
    
    Dim instance As BarCodeCellType
    Dim value As String
     
    instance.MessageValue = value
     
    value = instance.MessageValue
    public string MessageValue {get; set;}

    Property Value

    Message string
    See Also