FlexGrid for WPF | ComponentOne
C1.WPF.GridControl Assembly / C1.WPF.Grid Namespace / GridControlAdapter Class / GetCellText Method
The range.

In This Topic
    GetCellText Method (GridControlAdapter)
    In This Topic
    Gets the text representing the content of a cell.
    Syntax
    'Declaration
     
    Public Overridable Function GetCellText( _
       ByVal range As GridControlRange _
    ) As String
    public virtual string GetCellText( 
       GridControlRange range
    )

    Parameters

    range
    The range.
    See Also