Click or drag to resize
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.Base
Assembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntax
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