RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

AdvancedFindFiltersManager..::..RemoveRow Method

Removes the row.

Namespace:  RingSoft.DbMaintenance
Assembly:  RingSoft.DbMaintenance (in RingSoft.DbMaintenance.dll)

Syntax


public void RemoveRow(
	DataEntryGridRow rowToDelete
)
Public Sub RemoveRow ( _
	rowToDelete As DataEntryGridRow _
)
public:
void RemoveRow(
	DataEntryGridRow^ rowToDelete
)

Parameters

rowToDelete
Type: DataEntryGridRow
The row to delete.