TtsControlSetListSelectionRange メソッド |
リスト形式の任意の範囲行を選択状態にします。
名前空間:
AI.Talk.Editor.Api
アセンブリ:
AI.Talk.Editor.Api (in AI.Talk.Editor.Api.dll) バージョン: 1.3.2.0 (1.3.2.0)
構文 public void SetListSelectionRange(
int startIndex,
int length
)
Public Sub SetListSelectionRange (
startIndex As Integer,
length As Integer
)
public:
virtual void SetListSelectionRange(
int startIndex,
int length
) sealed
abstract SetListSelectionRange :
startIndex : int *
length : int -> unit
override SetListSelectionRange :
startIndex : int *
length : int -> unit
パラメーター
- startIndex
- 型: SystemInt32
選択開始行のインデックス(0スタート) - length
- 型: SystemInt32
選択状態にする行数
解説
存在しないインデックスの指定は無視されます。
関連項目