|  | BatchDialogSetGridRow Method | 
            Set the row of a batch grid.
            
 
Namespace: Blackbaud.UAT.Core.Crm.DialogsAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
 Syntax
Syntaxpublic static void SetGridRow(
	TableRow batchRow,
	int row
)
Public Shared Sub SetGridRow ( 
	batchRow As TableRow,
	row As Integer
)
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
See Also