[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridCellFactory.GetCellText

GetCellText Method

GetCellText(GridControlRange)

Gets the text representing the content of a cell.

Declaration
public override sealed string GetCellText(GridControlRange range)
Public NotOverridable Overrides Function GetCellText(range As GridControlRange) As String
Parameters
Type Name Description
GridControlRange range

The range.

Returns
Type Description
string
Overrides

GetCellText(GridCellType, GridCellRange)

Gets the text representing the content of a cell.

Declaration
public virtual string GetCellText(GridCellType cellType, GridCellRange range)
Public Overridable Function GetCellText(cellType As GridCellType, range As GridCellRange) As String
Parameters
Type Name Description
GridCellType cellType

Type of the cell.

GridCellRange range

The range.

Returns
Type Description
string