Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
GetLineNumber メソッド (FormattedTextEditInfo)
指定したカレット位置がある行の 1 から始まる行番号を返します。これは、カレット位置がインライン オブジェクトに関連付けられている場合のみ機能します。そうでない場合、このメソッドは -1 を返します。
シンタックス
'宣言
Public Function GetLineNumber( _
ByVal As Integer _
) As Integer
public int GetLineNumber(
int
)
パラメータ
- caretPos
- カレットの現在の位置を指定するための、行を返す文字位置または -1。
参照