Return the index of the named column.
Namespace: Spotfire.Dxp.DataAssembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 14.10.7525.5058 (14.10.7525.5058)
Syntax
Parameters
- columnName
- Type: System String
The column name.
Return Value
Type: Int32The index of the named column, or -1 if no such column.
Exceptions
Exception | Condition |
---|---|
System ArgumentNullException | columnName is null. |
Remarks
Version Information
See Also