0

How can I programmatically select one of the items in an NSMatrix? I believe it is an NSControl so I was looking in that particular documentation, however I could not find any information on the specific topic.

Cœur
  • 37,241
  • 25
  • 195
  • 267
Kevin
  • 1,469
  • 2
  • 19
  • 28

1 Answers1

3

What about

-(void)selectCellAtRow:(NSInteger)row column:(NSInteger)column

in NSMatrix?

Martin R
  • 529,903
  • 94
  • 1,240
  • 1,382