'宣言 Public Function FindTextRange( _ ByVal position As System.Integer, _ ByRef rangeIndex As System.Integer _ ) As System.Boolean
'使用法 Dim instance As C1TextBlockRange Dim position As System.Integer Dim rangeIndex As System.Integer Dim value As System.Boolean value = instance.FindTextRange(position, rangeIndex)
public System.bool FindTextRange( System.int position, out System.int rangeIndex )
パラメータ
- position
- rangeIndex