Re: (NSBrowser) Getting selected cell's column
Re: (NSBrowser) Getting selected cell's column
- Subject: Re: (NSBrowser) Getting selected cell's column
- From: John Harte <email@hidden>
- Date: Sun, 6 Jan 2002 20:57:09 -0500
Try
- (id) selectedCellInColumn: (int) column
Returns the last (lowest) NSCell selected in column.
or
- (NSArray*) selectedCells
Returns all cells selected in the rightmost column.
John
On Sunday, January 6, 2002, at 08:31 PM, Sam Goldman wrote:
>
So far, I have not found any way to get the column of the rightmost
>
selected
>
cell. Does anyone here have any ideas?