gridStyleMask
The grid lines drawn by the table view.
Declaration
var gridStyleMask: NSTableView.GridLineStyle { get set }Discussion
Use this property to specify whether lines should be drawn between rows and columns. When setting this property, you can specify multiple styles at once by adding the corresponding constants together. The default value of this property is NSTableViewGridNone.