frame(ofInsideOfColumn:)
Returns the rectangle containing the specified column, not including borders.
Declaration
func frame(ofInsideOfColumn column: Int) -> NSRectParameters
- 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.