Bookmark.IsEndOfRowMark Property

Definition

Gets a value that indicates whether the Bookmark control is collapsed and is located at the end-of-row mark in a table.

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

Property Value

true if the Bookmark control is collapsed and is located at the end-of-row mark in a table; otherwise, false.

Applies to