SelLength, SelStart, SelText プロパティ(実行時専用)
◆機能
フォーカスがあるセルがテキストスタイルである場合、そのテキスト(Textプロパティ)の選択文字数(SelLength)、選択開始位置(SelStart)、選択テキスト(SelText)を設定/取得します。
◆構文
[Form.]Ctlname.SelLength[ = numericexpression]
[Form.]Ctlname.SelStart[ = numericexpression]
[Form.]Ctlname.SelText[ = stringexpression]
◆データ型
SelLength, SelStart : 整数型
SelText : 文字列型
|