Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / CellNoteIndicatorRenderer Property


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