[]
        
(Showing Draft Content)

C1.Framework.GridPanel.Item

this Property

this[int, int]

Returns the GridCell object displayed in the specified row and column.

Declaration
public GridCell this[int row, int col] { get; }
Parameters
Type Name Description
int row

The row number.

int col

The column number.

Property Value
Type Description
GridCell

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.