RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

DataEntryGridManager..::..RemoveRow Method (DataEntryGridRow)

Removes the row.

Namespace:  RingSoft.DataEntryControls.Engine.DataEntryGrid
Assembly:  RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)

Syntax


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