Click or drag to resize
BatchDialogSetGridRow Method
Set the row of a batch grid.

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 SetGridRow(
	TableRow batchRow,
	int row
)

Parameters

batchRow
Type: TableRow
Mapping of the batch column captions to a single row's desired values.
row
Type: SystemInt32
The index of the row. The first row starts at index 1.
See Also