'宣言 Public Function New( _ ByVal startIndex As System.Integer, _ ByVal length As System.Integer _ )
public C1TextRange( System.int startIndex, System.int length )
パラメータ
- startIndex
- テキスト区間内の最初の文字のインデックス。
- length
- テキスト区間の長さ。
'宣言 Public Function New( _ ByVal startIndex As System.Integer, _ ByVal length As System.Integer _ )
public C1TextRange( System.int startIndex, System.int length )