Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridWrapCellFactory Class / GetCellText Method / GetCellText(GridControlRange) Method
The range.

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

    Parameters

    range
    The range.
    See Also