FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / C1FlexSheet Class / RemoveComment Method
Deleting comment of the Cell

In This Topic
    RemoveComment Method
    In This Topic
    Remove comment
    Syntax
    'Declaration
     
    
    Public Sub RemoveComment( _
       ByVal cell As CellRange _
    ) 
    public void RemoveComment( 
       CellRange cell
    )

    Parameters

    cell
    Deleting comment of the Cell
    See Also