C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / RowWithDetails Class / SetData Method
Column that contains the value.
Value to store in the cell.

In This Topic
SetData Method (RowWithDetails)
In This Topic
Sets the value stored in this row at a given column.
Syntax
'Declaration
 
Protected Overridable Function SetData( _
   ByVal col As Column, _
   ByVal value As Object _
) As Boolean
 

Parameters

col
Column that contains the value.
value
Value to store in the cell.

Return Value

True if a new value was successfully stored in the cell.
See Also