Gets or sets the raw content of a specific cell.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

C#
public Object GetDataRaw(
	int row,
	int col
)
Visual Basic
Public Function GetDataRaw ( _
	row As Integer, _
	col As Integer _
) As Object

Parameters

row
Type: System..::..Int32
Index of the row that contains the cell.
col
Type: System..::..Int32
Index of the column that contains the cell.

Return Value

The formatted value of the cell.

See Also