ITableModel 介面

定義

這個介面供平台轉譯器內部使用。

public interface ITableModel
type ITableModel = interface
衍生

方法

GetCell(Int32, Int32)

供平台轉譯器內部使用。

GetHeaderCell(Int32)

供平台轉譯器內部使用。

GetItem(Int32, Int32)

供平台轉譯器內部使用。

GetRowCount(Int32)

供平台轉譯器內部使用。

GetSectionCount()

供平台轉譯器內部使用。

GetSectionIndexTitles()

供平台轉譯器內部使用。

GetSectionTextColor(Int32)

這個介面供平台轉譯器內部使用。

GetSectionTitle(Int32)

供平台轉譯器內部使用。

RowLongPressed(Int32, Int32)

供平台轉譯器內部使用。

RowSelected(Int32, Int32)

供平台轉譯器內部使用。

RowSelected(Object)

供平台轉譯器內部使用。

適用於