WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridPanel Class / GetCellText Method / GetCellText(GridCellRange) Method
The range.
In This Topic
    GetCellText(GridCellRange) Method
    In This Topic
    Gets the text corresponding to the cell in the specified range.
    Syntax
    public string GetCellText( 
       GridCellRange range
    )

    Parameters

    range
    The range.
    See Also