 | DialoggetXGridCell Method |
Formats the unique xPath for getting a single grid TD element that belongs to a specified
row and columun in a grid on a dialog.
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 string getXGridCell(
string dialogId,
string gridId,
int row,
int columnIndex
)
Public Shared Function getXGridCell (
dialogId As String,
gridId As String,
row As Integer,
columnIndex As Integer
) As String
public:
static String^ getXGridCell(
String^ dialogId,
String^ gridId,
int row,
int columnIndex
)
Parameters
- dialogId
- Type: SystemString
The dialog's unique id identifier - i.e. 'PlanOutlineAddForm' - gridId
- Type: SystemString
The HTML [] element's unique id identifier - i.e. 'PLANOUTLINESTEPS' - row
- Type: SystemInt32
Row number to use. Counting starts at 1 - columnIndex
- Type: SystemInt32
Column index to use. Column indexing does NOT always start at 1 or 0 as columns can be hidden.
Return Value
Type:
String[Missing <returns> documentation for "M:Blackbaud.UAT.Core.Crm.Dialogs.Dialog.getXGridCell(System.String,System.String,System.Int32,System.Int32)"]
See Also