IUIAccessibilityContainerDataTableCell Interface

Definition

Contains the row spand and column span of a cell.

[Foundation.Protocol(Name="UIAccessibilityContainerDataTableCell", WrapperType=typeof(UIKit.UIAccessibilityContainerDataTableCellWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IUIAccessibilityContainerDataTableCell : IDisposable, ObjCRuntime.INativeObject
type IUIAccessibilityContainerDataTableCell = interface
    interface INativeObject
    interface IDisposable
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

GetAccessibilityColumnRange()

Returns the number of columns that the cell spans.

GetAccessibilityRowRange()

Returns the number of rows that the cell spans.

Applies to