Contents

subscript(_:_:)

Accesses a value in the row you select by a column index and type.

Declaration

subscript<T>(position: Int, type: T.Type) -> T? { get set }

Parameters

  • position:

    A valid column index in the row.

  • type:

    The type of the column.

See Also

Accessing Elements