Data for Silverlight
SetData(Int32,Object) Method

C1.Silverlight.Data Namespace > DataRowView Class > SetData Method : SetData(Int32,Object) Method
Index of the column that contains the data.
New value for the column.
Sets the data for a specified column in the underlying DataRow.
Syntax
'Declaration
 
Public Overloads Sub SetData( _
   ByVal columnIndex As Integer, _
   ByVal value As Object _
) 
public void SetData( 
   int columnIndex,
   object value
)

Parameters

columnIndex
Index of the column that contains the data.
value
New value for the column.
See Also

Reference

DataRowView Class
DataRowView Members
Overload List