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 row and column.
[Foundation.Export("accessibilityDataTableCellElementForRow:column:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.IUIAccessibilityContainerDataTableCell? GetAccessibilityDataTableCellElement(UIntPtr row, UIntPtr column);
[<Foundation.Export("accessibilityDataTableCellElementForRow:column:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetAccessibilityDataTableCellElement : unativeint * unativeint -> UIKit.IUIAccessibilityContainerDataTableCell
override this.GetAccessibilityDataTableCellElement : unativeint * unativeint -> UIKit.IUIAccessibilityContainerDataTableCell
Parameters
- row
-
UIntPtr
unativeint
The row that contains the desired element.
- column
-
UIntPtr
unativeint
The column that contains the desired element.
Returns
- Attributes