C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / FlexGrid Class / GetCellText Method / GetCellText(GridCellRange) Method
The range of the cell.

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

Parameters

range
The range of the cell.
See Also