Selection.IsEndOfRowMark 属性

定义

确定指定的选定内容是否折叠,并且是否位于表中的行尾标记处。

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

属性值

注解

如果指定的选定内容处于折叠状态且位于表中的行尾标记处,则此属性返回 True ;否则,此属性返回 False

适用于