Contents

selectedCell(inColumn:)

Returns the last (lowest) cell selected in the given column.

Declaration

func selectedCell(inColumn column: Int) -> Any?

Parameters

  • column:

    The column whose last selected cell is to be returned.

Return Value

The last (or lowest) selected cell. Returns nil if there is no selection.

See Also

Related Documentation

Managing Selection