Interface IAtspiTableCell

    Definition

    Namespace:
    Tizen.NUI.Accessibility
    Assembly:
    Tizen.NUI.dll

    Interface representing a table cell.

    public interface IAtspiTableCell

    Methods

    View Source

    AccessibilityGetCellColumnSpan()

    Returns the number of columns occupied by this cell.

    Declaration
    int AccessibilityGetCellColumnSpan()
    Returns
    Type Description
    int

    The number of columns

    View Source

    AccessibilityGetCellPosition()

    Returns the position of this cell in the table.

    Declaration
    Tuple<int, int> AccessibilityGetCellPosition()
    Returns
    Type Description
    Tuple<, ><int, int>

    A pair of integers (row index, column index)

    View Source

    AccessibilityGetCellRowSpan()

    Returns the number of rows occupied by this cell.

    Declaration
    int AccessibilityGetCellRowSpan()
    Returns
    Type Description
    int

    The number of rows

    View Source

    AccessibilityGetTable()

    Returns the table this cell belongs to.

    Declaration
    IAtspiTable AccessibilityGetTable()
    Returns
    Type Description
    IAtspiTable

    The table

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX