Selection.IsEndOfRowMark プロパティ

定義

指定した選択範囲が折りたたまれており、テーブルの行末マークに配置されているかどうかを判断します。

public:
 property bool IsEndOfRowMark { bool get(); };
public bool IsEndOfRowMark { get; }
member this.IsEndOfRowMark : bool
Public ReadOnly Property IsEndOfRowMark As Boolean

プロパティ値

注釈

このプロパティは、指定した選択範囲が折りたたまれており、テーブルの行末マークに配置されている場合は True を返し、指定しない場合は False を 返します。

適用対象