UIAccessibilityContainerDataTable.GetAccessibilityHeaderElementsForRow Method

Definition

Returns an array of description of the row span and column span for the header cells for the specified row.

[Foundation.Export("accessibilityHeaderElementsForRow:")]
public virtual UIKit.IUIAccessibilityContainerDataTableCell[] GetAccessibilityHeaderElementsForRow (nuint row);
abstract member GetAccessibilityHeaderElementsForRow : nuint -> UIKit.IUIAccessibilityContainerDataTableCell[]
override this.GetAccessibilityHeaderElementsForRow : nuint -> UIKit.IUIAccessibilityContainerDataTableCell[]

Parameters

row
System.System.UIntPtr System.unativeint

The desired row.

Returns

Attributes

Applies to