FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridCellFactory Class / GetCellText Method / GetCellText(GridCellType,GridCellRange) Method
Type of the cell.
The range.

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

    Parameters

    cellType
    Type of the cell.
    range
    The range.
    See Also