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

DataEntryGridManager..::..CanInsertRow Method

Determines whether this instance [can insert row] the specified start index.

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

Syntax


protected virtual bool CanInsertRow(
	int startIndex
)
Protected Overridable Function CanInsertRow ( _
	startIndex As Integer _
) As Boolean
protected:
virtual bool^ CanInsertRow(
	int^ startIndex
)

Parameters

startIndex
Type: Int32
The start index.

Return Value

true if this instance [can insert row] the specified start index; otherwise, false.