IUIAccessibilityContainerDataTableCell Interface
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.
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. |