Skip to content

AddRecordEx3 Method

Description

Adds a record to the records collection and associates a row with it.

Syntax

Public Sub AddRecordEx3( _
    ByVal Record As [GridRecord](XtremeGridControl~GridRecord.md), _
    ByVal pParentRecord As [GridRecord](XtremeGridControl~GridRecord.md), _
    ByVal ChildIndex As Variant _
)

Parameters

  • Record
    Record data with items.

  • pParentRecord
    Parent record.

  • ChildIndex
    Child index of the record to be inserted at.

Return Type

Use AddRecordEx3 if you want to add a data record to the Grid control's internal storage and associate a row with it. There are 4 versions of AddRecord to give you a lot of flexibility when adding records.

See Also


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