|  | PanelgetXDataListColumnValue Method | 
            Given the DOM index of a datalist column and the value for that column, return an XPath
            to append to a datalist XPath for finding that value in the requested column index.
            
            No element will be found if the value does not exist in this column.
            
 
Namespace: Blackbaud.UAT.Core.Crm.PanelsAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
 Syntax
Syntaxpublic static string getXDataListColumnValue(
	int columnIndex,
	string columnValue
)
Public Shared Function getXDataListColumnValue ( 
	columnIndex As Integer,
	columnValue As String
) As String
public:
static String^ getXDataListColumnValue(
	int columnIndex, 
	String^ columnValue
)
Parameters
- columnIndex
- Type: SystemInt32
 The DOM index for the TD element representing the desired column.
- columnValue
- Type: SystemString
 The value corresponding the provided column.
Return Value
Type: 
String[Missing <returns> documentation for "M:Blackbaud.UAT.Core.Crm.Panels.Panel.getXDataListColumnValue(System.Int32,System.String)"]
 See Also
See Also