Selection.IsEndOfRowMark Property

Definition

Determines if the specified selection 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

Remarks

This property returns True if the specified selection is collapsed and is located at the end-of-row mark in a table, or False if not.

Applies to