Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellWrapper Class / NoteIndicatorPosition Property


In This Topic
    NoteIndicatorPosition Property (CellWrapper)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shadows Property NoteIndicatorPosition As NoteIndicatorPosition
    'Usage
     
    
    Dim instance As CellWrapper
    Dim value As NoteIndicatorPosition
     
    instance.NoteIndicatorPosition = value
     
    value = instance.NoteIndicatorPosition
    public new NoteIndicatorPosition NoteIndicatorPosition {get; set;}
    See Also