 | BaseComponentGetDatalistColumnIndex Method |
Given the xPath for a datalist/grid's headers and the caption of a datalist column, find the index of the column
as it relates to the DOM.
Namespace: Blackbaud.UAT.BaseAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntaxpublic static int GetDatalistColumnIndex(
string headersxPath,
string columnCaption
)
Public Shared Function GetDatalistColumnIndex (
headersxPath As String,
columnCaption As String
) As Integer
public:
static int GetDatalistColumnIndex(
String^ headersxPath,
String^ columnCaption
)
Parameters
- headersxPath
- Type: SystemString
Unique xPath for getting the TR column header row. - columnCaption
- Type: SystemString
The caption of the section's datalist column whose index to find.
Return Value
Type:
Int32[Missing <returns> documentation for "M:Blackbaud.UAT.Base.BaseComponent.GetDatalistColumnIndex(System.String,System.String)"]
See Also