 | BatchDialogSetGridCell Method |
Set the value of a batch grid cell for a specified row.
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 SetGridCell(
string caption,
string value,
int row
)
Public Shared Sub SetGridCell (
caption As String,
value As String,
row As Integer
)
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