共用方式為


) Word (的 Selection.IsEndOfRowMark 屬性

True 是表示 如果指定之選取範圍已摺疊且位於表格中的列結尾標記。 唯讀的 Boolean

語法

expressionIsEndOfRowMark

表達 代表 Selection 物件的變數。

註解

本屬性與下列運算式相同:

Selection.Information(wdAtEndOfRowMarker)

範例

本範例摺疊選取範圍,而且,如果插入點在行尾 (剛好在行尾標記之前),則選取目前這行。

Selection.Collapse Direction:=wdCollapseEnd 
If Selection.IsEndOfRowMark = True Then 
 Selection.Rows(1).Select 
End If

另請參閱

Selection 物件

支援和意見反應

有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應