Skip to content

AddRecordEx2 Method

Description

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

Syntax

Public Sub AddRecordEx2( _
    ByVal [Record](#) As [GridRecord](XtremeGridControl~GridRecord.md), _
    ByVal [pParentRecord](#) As [GridRecord](XtremeGridControl~GridRecord.md) _
)

Parameters

  • Record
    Record data with items.

  • pParentRecord
    Parent record.

Return Type

Use AddRecordEx2 if you want to add a data record to the Grid control's internal storage and associate a row with it.

There are four versions of AddRecord to give you a lot of flexibility when adding records.

See Also


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