Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / CellNoteIndicatorRenderer Property


In This Topic
    CellNoteIndicatorRenderer Property (SpreadView)
    In This Topic
    Gets or sets the cell note indicator renderer.
    Syntax
    'Declaration
     
    
    Public Property CellNoteIndicatorRenderer As INoteIndicatorRenderer2
    'Usage
     
    
    Dim instance As SpreadView
    Dim value As INoteIndicatorRenderer2
     
    instance.CellNoteIndicatorRenderer = value
     
    value = instance.CellNoteIndicatorRenderer
    public INoteIndicatorRenderer2 CellNoteIndicatorRenderer {get; set;}
    See Also