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


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