IUIAccessibilityContainerDataTableCell
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
Methods
GetAccessibilityColumnRange() GetAccessibilityColumnRange() |
Returns the number of columns that the cell spans. |
GetAccessibilityRowRange() GetAccessibilityRowRange() |
Returns the number of rows that the cell spans. |
Properties
Handle Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from INativeObject) |
Applies to
Feedback
We'd love to hear your thoughts. Choose the type you'd like to provide:
Our feedback system is built on GitHub Issues. Read more on our blog.
Loading feedback...