Contents

matrix(inColumn:)

Returns the matrix located in the specified column.

Declaration

func matrix(inColumn column: Int) -> NSMatrix?

Parameters

  • column:

    The column index of the matrix to obtain.

Return Value

The matrix located in the column.

See Also

Deprecated