セルを選択します
-(void)selectCell:(NSCell *)aCell
解説
セルを選択します。
返り値
( void )
なし
引数
( NSCell * )aCell
セル
フレームワーク
ApplicationKit
クラス
NSControl
Instance Methods
使用可能
10.0
参照
- selectedCell
例文
#import "scriptSend.h" @implementation scriptSend - (IBAction)myAction:(id)sender{ [cell selectCell:cell2]; } @end