UIAccessibilityContainerDataTable_Extensions.GetAccessibilityHeaderElementsForColumn Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an array of description of the row span and column span for the header cells for the specified column.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.IUIAccessibilityContainerDataTableCell[]? GetAccessibilityHeaderElementsForColumn(this UIKit.IUIAccessibilityContainerDataTable This, UIntPtr column);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetAccessibilityHeaderElementsForColumn : UIKit.IUIAccessibilityContainerDataTable * unativeint -> UIKit.IUIAccessibilityContainerDataTableCell[]
Parameters
- column
-
UIntPtr
unativeint
The desired column.
Returns
- Attributes