- Declared In:
- NSTableView+clipboard.h
- - copySelectedRow
- (void)copySelectedRow
Copy ALL rows from the table. The elements are separated by newlines, as text (NSStringPboardType), and by tabs, as tabular text (!NSTabularTextPboardType). This will format numbers the same as they are formatted in the table. Only strings and numbers are copied; columns holding buttons or images will not try to copy themselves textually.