stringValue
The cell’s value as a string.
Declaration
var stringValue: String { get set }Discussion
This property uses the objectValue property to access the actual value. If no formatter is assigned to the cell or if the formatter cannot “translate” a new string appropriately, the cell is flagged as having an invalid object. If the cell’s object is not an NSString object or cannot be converted to one, this property contains an empty string. If the cell is not a text-type cell, this method converts it to one before setting the object value.
If you use a class that has an attributedStringValue property, the cell gets the string from that property instead of this one.