UserToolsUserAdhocCheckFindColumn Method |
Namespace: SxcDeskAppLibAssembly: RxAudit (in RxAudit.exe) Version: 2014.1.30.9 (2014.01.30.9)
Syntaxprivate int FindColumn(
string col
)
Private Function FindColumn (
col As String
) As Integer
private:
int FindColumn(
String^ col
)
private member FindColumn :
col : string -> int
Parameters
- col
- Type: SystemString
Return Value
Type:
Int32
See Also