|  | BatchDialogGetColumnIndexByCaption Method | 
            Get the index of the column in the batch grid.
            
 
Namespace: Blackbaud.UAT.Core.Crm.DialogsAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
 Syntax
Syntaxpublic static int GetColumnIndexByCaption(
	string caption
)
Public Shared Function GetColumnIndexByCaption ( 
	caption As String
) As Integer
public:
static int GetColumnIndexByCaption(
	String^ caption
)
Parameters
- caption
- Type: SystemString
 The caption of the column.
Return Value
Type: 
Int32The index of the TD column element within the TR headers.
 See Also
See Also