WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridWrapCellFactory 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
    public virtual string GetCellText( 
       GridCellType cellType,
       GridCellRange range
    )

    Parameters

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