Click or drag to resize
BatchDialogSetGridCell Method
Set the value of a batch grid cell for a specified row.

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 SetGridCell(
	string caption,
	string value,
	int row
)

Parameters

caption
Type: SystemString
The caption of the column.
value
Type: SystemString
The desired value of the row.
row
Type: SystemInt32
The index of the row. The first row's index is 1.
See Also