alignment
The alignment mode of the text in the receiver’s cell.
Declaration
var alignment: NSTextAlignment { get set }Discussion
The value of this property can be one of the following constants: NSLeftTextAlignment, NSRightTextAlignment,NSCenterTextAlignment, NSJustifiedTextAlignment, or NSNaturalTextAlignment. The default value is NSNaturalTextAlignment. Setting this property while the cell is currently being edited aborts the edits to change the alignment.