[]
        
(Showing Draft Content)

C1.Framework.GridRowCollection.Item

this Property

this[int]

Gets or sets the GridRow at a specified index in the list.

Declaration
public GridRow this[int index] { get; set; }
Public Default Property Item(index As Integer) As GridRow
Parameters
Type Name Description
int index

Index of the row to get or set.

Property Value
Type Description
GridRow

The GridRow at the specified index.