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.
Returns the matrix located in the specified column.
func matrix(inColumn column: Int) -> NSMatrix?The column index of the matrix to obtain.
The matrix located in the column.