[]
        
(Showing Draft Content)

C1.WPF.Grid.GridCellFactory.GetCellText

GetCellText Method

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