Click or drag to resize
MajorGivingPlanDialogSetStepRow Method
Set a step row's values.

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 SetStepRow(
	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. The first row's index is 1.
See Also