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


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