Gets the column at the specified index in the collection.
Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax
C#
public DataRowReaderColumn this[ int index ] { get; }
Parameters
- index
- Type: SystemInt32
The index.
Return Value
Type: DataRowReaderColumnThe column at the index.
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | Thrown if the index is outside the bounds of this collection. |
Version Information
See Also