 | MajorGivingPlanDialogSetStepRow Method |
Set a step row's values.
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 SetStepRow(
TableRow step,
int index
)
Public Shared Sub SetStepRow (
step As TableRow,
index As Integer
)
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