|  | BatchDialogSetGridRows Method | 
            Set the rows of a batch grid starting with the first row.
            
 
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 SetGridRows(
	Table batchRows
)
Public Shared Sub SetGridRows ( 
	batchRows As Table
)
public:
static void SetGridRows(
	Table^ batchRows
)
Parameters
- batchRows
- Type: Table
 Table where each TableRow represents a grid row to set.
            A TableRow is a mapping of the batch column captions to a single row's desired values.
 See Also
See Also