ComponentOne FlexGrid for WPF and Silverlight
Item(Int32) Property

C1.WPF.FlexGrid Namespace > Row Class > Item Property : Item(Int32) Property
Index of the Column that contains the data.
Gets or sets the data stored in this row at a specific column.
Syntax
'Declaration
 
Public Overloads Property Item( _
   ByVal colIndex As System.Integer _
) As System.Object
public System.object Item( 
   System.int colIndex
) {get; set;}

Parameters

colIndex
Index of the Column that contains the data.

Property Value

The data stored in this row at a specific column.
See Also

Reference

Row Class
Row Members
Overload List