insertRow(at:with:)
Inserts the array of view objects into the grid view at the index.
Declaration
func insertRow(at index: Int, with views: [NSView]) -> NSGridRowInserts the array of view objects into the grid view at the index.
func insertRow(at index: Int, with views: [NSView]) -> NSGridRow