Click or drag to resize
BatchDialogGetColumnIndexByCaption Method
Get the index of the column in the batch grid.

Namespace: Blackbaud.UAT.Core.Crm.Dialogs
Assembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntax
public static int GetColumnIndexByCaption(
	string caption
)

Parameters

caption
Type: SystemString
The caption of the column.

Return Value

Type: Int32
The index of the TD column element within the TR headers.
See Also