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

Property Value

Message string
See Also