FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / C1FlexSheet Class / GetComment Method

In This Topic
    GetComment Method
    In This Topic
    Get comment from cell.
    Syntax
    'Declaration
     
    
    Public Function GetComment( _
       ByVal rowIndex As Integer, _
       ByVal columnIndex As Integer _
    ) As Comment
    public Comment GetComment( 
       int rowIndex,
       int columnIndex
    )

    Parameters

    rowIndex
    columnIndex
    See Also