Click or drag to resize
MajorGivingPlanDialogInsertStep Method
Select a row and insert a new step above it.

Namespace: Blackbaud.UAT.Core.Crm.Dialogs
Assembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntax
public static void InsertStep(
	TableRow step,
	int index
)

Parameters

step
Type: TableRow
Mapping of the column captions to a single row's values.
index
Type: SystemInt32
The index of the row to select before inserting. The first row's index is 1.
See Also