 | BatchDialogGetGridCellValue Method |
Get the value of a batch grid cell.
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 string GetGridCellValue(
string caption,
int row
)
Public Shared Function GetGridCellValue (
caption As String,
row As Integer
) As String
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:
StringThe value of the cell.
See Also