C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridCellFactory 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 Overrides NotOverridable Function GetCellText( _
   ByVal range As GridControlRange _
) As String
 

Parameters

range
The range.
See Also