 | DialogSetGridTextField Method |
Set a Grid cell's value for a text 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 SetGridTextField(
string xPath,
string value = ""
)
Public Shared Sub SetGridTextField (
xPath As String,
Optional value As String = ""
)
public:
static void SetGridTextField(
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