Contents

tableColumns

An array containing the current table column objects.

Declaration

var tableColumns: [NSTableColumn] { get }

Discussion

This property contains an array of NSTableColumn objects corresponding to the columns in the table. This array contains all columns, including those that are currently hidden.

See Also

Column Management