ComponentOne FlexGrid for WPF and Silverlight
GetDataRaw Method (GridPanel)

C1.WPF.FlexGrid Namespace > GridPanel Class : GetDataRaw Method
Index of the row that contains the cell.
Index of the column that contains the cell.
Gets or sets the raw content of a specific cell.
Syntax
'Declaration
 
Public Function GetDataRaw( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer _
) As System.Object
public System.object GetDataRaw( 
   System.int row,
   System.int col
)

Parameters

row
Index of the row that contains the cell.
col
Index of the column that contains the cell.

Return Value

The formatted value of the cell.
See Also

Reference

GridPanel Class
GridPanel Members