ComponentOne FlexGrid for WinForms
Item Property (Column)

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

Parameters

rowIndex
See Also

Reference

Column Class
Column Members