'宣言 Public Function New( _ ByVal startPosition As System.Integer, _ ByVal length As System.Integer _ )
public TextRange( System.int startPosition, System.int length )
パラメータ
- startPosition
 - The start position.
 - length
 - The length.
 
'宣言 Public Function New( _ ByVal startPosition As System.Integer, _ ByVal length As System.Integer _ )
public TextRange( System.int startPosition, System.int length )