Share via


IUIAccessibilityContainerDataTableCell Interface

Definition

Contains the row spand and column span of a cell.

[Foundation.Protocol(Name="UIAccessibilityContainerDataTableCell", WrapperType=typeof(UIKit.UIAccessibilityContainerDataTableCellWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetAccessibilityRowRange", ReturnType=typeof(Foundation.NSRange), Selector="accessibilityRowRange")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetAccessibilityColumnRange", ReturnType=typeof(Foundation.NSRange), Selector="accessibilityColumnRange")]
public interface IUIAccessibilityContainerDataTableCell : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="UIAccessibilityContainerDataTableCell", WrapperType=typeof(UIKit.UIAccessibilityContainerDataTableCellWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetAccessibilityRowRange", ReturnType=typeof(Foundation.NSRange), Selector="accessibilityRowRange")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetAccessibilityColumnRange", ReturnType=typeof(Foundation.NSRange), Selector="accessibilityColumnRange")>]
type IUIAccessibilityContainerDataTableCell = interface
    interface INativeObject
    interface IDisposable
Attributes
Implements

Properties

Name Description
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

Name Description
GetAccessibilityColumnRange()

Returns the number of columns that the cell spans.

GetAccessibilityRowRange()

Returns the number of rows that the cell spans.

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to