Skip to content

RemoveRowEx Method

Description

Removes a Row in the grid.

Syntax

Public Function RemoveRowEx( _
    ByVal [Row](#) As [GridRow](XtremeGridControl~GridRow.md) _
) As Boolean

Parameters

Return Type

  • Boolean: Returns True if successful, False otherwise.

Remarks

RemoveRowEx will remove both the specified GridRow and the record attached to the row, including any children the row might have.

See Also


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