 | DialogSetGridDropDown Method |
Set a Grid cell's value for a dropdown field.
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 SetGridDropDown(
string xPath,
string value = ""
)
Public Shared Sub SetGridDropDown (
xPath As String,
Optional value As String = ""
)
public:
static void SetGridDropDown(
String^ xPath,
String^ value = L""
)
Parameters
- xPath
- Type: SystemString
The xPath of the grid cell TD element. - value (Optional)
- Type: SystemString
The value to set the cell to.
See Also