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


In This Topic
    NoteIndicatorPosition Property (Row)
    In This Topic
    Gets or sets the position of the note indicator for cells in this row.
    Syntax
    'Declaration
     
    
    Public Property NoteIndicatorPosition As NoteIndicatorPosition
    'Usage
     
    
    Dim instance As Row
    Dim value As NoteIndicatorPosition
     
    instance.NoteIndicatorPosition = value
     
    value = instance.NoteIndicatorPosition
    public NoteIndicatorPosition NoteIndicatorPosition {get; set;}
    See Also