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)

プラットフォーム レンダラーによる内部使用向け。

適用対象