FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / C1FlexSheet Class / UpdateComment Method
Updating comment of the Cell
Content can be raw string or RTF format

In This Topic
    UpdateComment Method
    In This Topic
    Update comment
    Syntax
    'Declaration
     
    
    Public Sub UpdateComment( _
       ByVal cell As CellRange, _
       ByVal content As String _
    ) 
    public void UpdateComment( 
       CellRange cell,
       string content
    )

    Parameters

    cell
    Updating comment of the Cell
    content
    Content can be raw string or RTF format
    See Also