Click or drag to resize
BatchDialogGetGridCellValue Method
Get the value of a batch grid cell.

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

Parameters

caption
Type: SystemString
The column caption of the cell.
row
Type: SystemInt32
The row index of the cell. The first row is index 1.

Return Value

Type: String
The value of the cell.
See Also