ComponentOne FlexGrid for WinForms
Item(Int32) Property

C1.Win.C1FlexGrid Namespace > Row Class > Item Property : Item(Int32) Property
Gets or sets the cell value specified by the column index in this row.
Syntax
'Declaration
 
Public Overloads Property Item( _
   ByVal columnIndex As Integer _
) As Object
public object Item( 
   int columnIndex
) {get; set;}

Parameters

columnIndex
See Also

Reference

Row Class
Row Members
Overload List