Return the index of the named column.
Namespace: Spotfire.Dxp.DataAssembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 18.10.8513.5432 (18.10.8513.5432)
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