C1.Framework Namespace / GridRow Class / Item Property
The column number.

In This Topic
Item Property (GridRow)
In This Topic
Creates the GridCell object with the specified column index.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal col As Integer _
) As GridCell
 

Parameters

col
The column number.
See Also