次の方法で共有


IColumnProperty インターフェイス

定義

フィルターを適用できる個別の列を表します。

public interface class IColumnProperty
public interface IColumnProperty
type IColumnProperty = interface
Public Interface IColumnProperty

プロパティ

Expensive

列を取得するときの負荷が大きいかどうかを示す値を取得します。

Filterable

列でフィルター選択できるかどうかを示す値を取得します。

Name

列の名前を取得します。

Type

列の型を取得します。

適用対象