[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridPanel.GetCellText

GetCellText Method

GetCellText(int, int)

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

Declaration
public string GetCellText(int row, int col)
Parameters
Type Name Description
int row

The row index.

int col

The column index.

Returns
Type Description
string

GetCellText(GridCellRange)

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

Declaration
public string GetCellText(GridCellRange range)
Parameters
Type Name Description
GridCellRange range

The range.

Returns
Type Description
string