[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.GridPanel.GetDataRaw

GetDataRaw Method

GetDataRaw(int, int)

Gets or sets the raw content of a specific cell.

Declaration
public object GetDataRaw(int row, int col)
Parameters
Type Name Description
int row

Index of the row that contains the cell.

int col

Index of the column that contains the cell.

Returns
Type Description
object

The formatted value of the cell.