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

In This Topic
    GetCellText(GridCellType,GridCellRange) Method
    In This Topic
    Gets the text corresponding to the cell in the specified range.
    Syntax
    'Declaration
     
    Public Overloads Function GetCellText( _
       ByVal cellType As GridCellType, _
       ByVal range As GridCellRange _
    ) As String
    public string GetCellText( 
       GridCellType cellType,
       GridCellRange range
    )

    Parameters

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