Contents

frame(ofInsideOfColumn:)

Returns the rectangle containing the specified column, not including borders.

Declaration

func frame(ofInsideOfColumn column: Int) -> NSRect

Parameters

  • column:

    The index of the column for which to retrieve the inside frame.

Return Value

The rectangle containing the column, not including the column borders.

See Also

Getting Column Frames