Skip to content

Index Property

Description

The index of the GridRecord within a collection of GridRecords.

Property Type

Read-only property.

Syntax (Visual Basic)

Public Property Index() As Long

Remarks

You can access the GridRecord within the GridControl's collection of GridRecords by its index.

Example

Accessing Records via Index (Visual Basic)

This sample illustrates how to access the Records in the GridControl's collection of Records by its index.

' This will access the 1st Record's GridRecordItem's  
wndGridControl.Records(0).Item(1).GroupCaption = "Mail From CodeJock Software"

See Also


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