Click or drag to resize
CommitmentsDialogSetAdditionalApplicationsGridRows Method
Set the grid rows for the Additional applications grid starting with the first row.

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 void SetAdditionalApplicationsGridRows(
	Table applications
)

Parameters

applications
Type: Table
Table where each TableRow corresponds to a grid row's values. A TableRow is a mapping of the column captions to a single row's desired values
See Also