Version

fnSetData Method (XamGanttProxy)

Syntax
'Declaration
 
Protected Overrides Sub fnSetData( _
   ByVal cell As Infragistics.Controls.Grids.CellBase, _
   ByVal oValue As System.Object _
) 
protected override void fnSetData( 
   Infragistics.Controls.Grids.CellBase cell,
   System.object oValue
)
protected: void fnSetData( 
   Infragistics.Controls.Grids.CellBase* cell,
   System.Object* oValue
) override 

Parameters

cell
oValue
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also