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


In This Topic
    MessagePosition Property
    In This Topic
    Gets or sets the display position message associated with the barcode.
    Syntax
    'Declaration
     
    
    Public Property MessagePosition As MessagePosition
    'Usage
     
    
    Dim instance As BarCodeCellType
    Dim value As MessagePosition
     
    instance.MessagePosition = value
     
    value = instance.MessagePosition
    public MessagePosition MessagePosition {get; set;}

    Property Value

    Position of the message
    See Also