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


In This Topic
    NoteIndicatorPosition Property (NamedStyle)
    In This Topic
    Gets or sets the position of the note indicator for a cell.
    Syntax
    'Declaration
     
    
    Public Overrides Property NoteIndicatorPosition As NoteIndicatorPosition
    'Usage
     
    
    Dim instance As NamedStyle
    Dim value As NoteIndicatorPosition
     
    instance.NoteIndicatorPosition = value
     
    value = instance.NoteIndicatorPosition
    public override NoteIndicatorPosition NoteIndicatorPosition {get; set;}
    See Also