Share via


UIAccessibilityContainerDataTable.GetAccessibilityDataTableCellElement Method

Definition

Returns a description of the row span and column span for the cell that is located at the specified row and column.

[Foundation.Export("accessibilityDataTableCellElementForRow:column:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.IUIAccessibilityContainerDataTableCell? GetAccessibilityDataTableCellElement(UIntPtr row, UIntPtr column);
[<Foundation.Export("accessibilityDataTableCellElementForRow:column:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetAccessibilityDataTableCellElement : unativeint * unativeint -> UIKit.IUIAccessibilityContainerDataTableCell
override this.GetAccessibilityDataTableCellElement : unativeint * unativeint -> UIKit.IUIAccessibilityContainerDataTableCell

Parameters

row
UIntPtr

unativeint

The row that contains the desired element.

column
UIntPtr

unativeint

The column that contains the desired element.

Returns

Implements

Attributes

Applies to