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 a description of the row span and column span for the cell that is located at the specified and column
.
public static UIKit.IUIAccessibilityContainerDataTableCell[] GetAccessibilityHeaderElementsForColumn (this UIKit.IUIAccessibilityContainerDataTable This, nuint column);
static member GetAccessibilityHeaderElementsForColumn : UIKit.IUIAccessibilityContainerDataTable * nuint -> UIKit.IUIAccessibilityContainerDataTableCell[]
Parameters
The instance on which this extension method operates.
- column
- System.System.UIntPtr System.unativeint
The desired column.