UIAccessibilityContainerDataTable.GetAccessibilityDataTableCellElement Method

Definition

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

[Foundation.Export("accessibilityDataTableCellElementForRow:column:")]
public abstract UIKit.IUIAccessibilityContainerDataTableCell GetAccessibilityDataTableCellElement (nuint row, nuint column);
abstract member GetAccessibilityDataTableCellElement : nuint * nuint -> UIKit.IUIAccessibilityContainerDataTableCell

Parameters

row
System.System.UIntPtr System.unativeint

The row that contains the desired element.

column
System.System.UIntPtr System.unativeint

The column that contains the desired element.

Returns

Implements

Attributes

Applies to