addRow(with:)
Adds an array of views to a new row.
Declaration
func addRow(with views: [NSView]) -> NSGridRowDiscussion
You can insert and remove rows and columns dynamically in a grid view. The grid is enlarged as needed to hold the specified views.