Skip to content

Index Property

Description

The index of the GridRecordItem within a GridRecord's collection of GridRecordItem.

Property Type

Read-only property

Syntax (Visual Basic)

Public Property Index() As Long

Remarks

Each GridRecordItem has to be added to a GridRecord before it can be used in the GridControl. The GridRecord contains a collection of GridRecordItems, and the records are referenced by an index.

You can use the Insert and RemoveAt methods to insert and remove GridRecordItems from the collection.

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.