Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / CellNoteIndicatorVisible Property


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