다음을 통해 공유


UITableView.IndexPathForCell(UITableViewCell) 메서드

정의

지정된 cell의 인덱스 경로를 계산합니다.

[Foundation.Export("indexPathForCell:")]
public virtual Foundation.NSIndexPath IndexPathForCell (UIKit.UITableViewCell cell);
abstract member IndexPathForCell : UIKit.UITableViewCell -> Foundation.NSIndexPath
override this.IndexPathForCell : UIKit.UITableViewCell -> Foundation.NSIndexPath

매개 변수

cell
UITableViewCell

UITableViewCell 인덱스 경로가 필요한 입니다.

반환

NSIndexPath에 대한 cell입니다.

특성

적용 대상