[]
        
(Showing Draft Content)

C1.Win.FlexGrid.RowCollection.Item

this Property

this[int]

Gets the Row at the specified index.

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

Use the Row object returned by this method to set attributes such as row height, visibility, style, selected state, and so on.