Skip to content

AddRecordEx Method

Description

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

Syntax

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

Parameters

  • Record: Record data with items.

Remarks

Use AddRecordEx 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.