[]
        
(Showing Draft Content)

C1.WinUI.Grid.FlexGrid.GetCellText

GetCellText Method

GetCellText(GridCellRange)

Gets the text corresponding to the cell in the specified range.

Declaration
public string GetCellText(GridCellRange range)
Public Function GetCellText(range As GridCellRange) As String
Parameters
Type Name Description
GridCellRange range

The range of the cell.

Returns
Type Description
string

GetCellText(GridCellType, GridCellRange)

Gets the text corresponding to the cell in the specified range.

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

The type of cell.

GridCellRange range

The range of the cell.

Returns
Type Description
string

GetCellText(GridCellType, GridRow, GridColumn)

Gets the text corresponding to the cell in the specified row and column.

Declaration
public string GetCellText(GridCellType cellType, GridRow row, GridColumn column)
Public Function GetCellText(cellType As GridCellType, row As GridRow, column As GridColumn) As String
Parameters
Type Name Description
GridCellType cellType

The type of cell.

GridRow row

The row.

GridColumn column

The column.

Returns
Type Description
string