Range.IsEndOfRowMark Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if the specified range 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 range is collapsed and is located at the end-of-row mark in a table, and False if not.