C1.Win.8 Assembly / C1.Framework Namespace / GridPanel Class / Item Property
The row number.
The column number.

In This Topic
Item Property (GridPanel)
In This Topic
Returns the GridCell object displayed in the specified row and column.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal row As Integer, _
   ByVal col As Integer _
) As GridCell
 

Parameters

row
The row number.
col
The column number.

Property Value

The GridCell object.
Remarks
If the GridCell object with specified row and column numbers doesn't exist when this property is called, it is created. Also this property call migh create missing rows and columns if required.
See Also