IUIAccessibilityContainerDataTable.GetAccessibilityDataTableCellElement 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
.
[Foundation.Export("accessibilityDataTableCellElementForRow:column:")]
[Foundation.Preserve(Conditional=true)]
public 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
- Attributes