[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.GridPanel.GetDataFormatted

GetDataFormatted Method

GetDataFormatted(int, int)

Gets or sets the formatted content of a specific cell.

Declaration
public object GetDataFormatted(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.