 | MajorGivingPlanDialogSelectStepRow Method |
Select a row in the Steps grid.
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 SelectStepRow(
int index
)
Public Shared Sub SelectStepRow (
index As Integer
)
public:
static void SelectStepRow(
int index
)
Parameters
- index
- Type: SystemInt32
The index of the row to select. The first row's index is 1.
See Also