Selection.EndKey(Object, Object) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
選択範囲を指定された単位の末尾まで移動または拡張します。
public int EndKey (ref object Unit, ref object Extend);
abstract member EndKey : obj * obj -> int
Public Function EndKey (Optional ByRef Unit As Object, Optional ByRef Extend As Object) As Integer
パラメーター
戻り値
注釈
This method returns an integer that indicates the number of characters the selection or active end was actually moved, or it returns 0 (zero) if the move was unsuccessful.
This method corresponds to functionality of the END key.