 | MajorGivingPlanDialogInsertStep Method |
Select a row and insert a new step above it.
Namespace: Blackbaud.UAT.Core.Crm.DialogsAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntaxpublic static void InsertStep(
TableRow step,
int index
)
Public Shared Sub InsertStep (
step As TableRow,
index As Integer
)
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