Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / CellNoteIndicatorVisible Property


In This Topic
    CellNoteIndicatorVisible Property (SpreadView)
    In This Topic
    Gets or sets whether the cell note indicator appears in cells in the view.
    Syntax
    'Declaration
     
    
    Public Property CellNoteIndicatorVisible As Boolean
    'Usage
     
    
    Dim instance As SpreadView
    Dim value As Boolean
     
    instance.CellNoteIndicatorVisible = value
     
    value = instance.CellNoteIndicatorVisible
    public bool CellNoteIndicatorVisible {get; set;}
    See Also