Click or drag to resize
BatchDialogGetColumnIndexById 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 GetColumnIndexById(
	string columnId
)

Parameters

columnId
Type: SystemString
The unique id of the column.

Return Value

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