|  | BatchDialogGetColumnIndexById 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 GetColumnIndexById(
	string columnId
)
Public Shared Function GetColumnIndexById ( 
	columnId As String
) As Integer
public:
static int GetColumnIndexById(
	String^ columnId
)
Parameters
- columnId
- Type: SystemString
 The unique id of the column.
Return Value
Type: 
Int32The index of the TD column element within the TR headers.
 See Also
See Also