'宣言 Public Function Contains( _ ByVal position As System.Integer _ ) As System.Boolean
'使用法 Dim instance As C1TextRange Dim position As System.Integer Dim value As System.Boolean value = instance.Contains(position)
public System.bool Contains( System.int position )
パラメータ
- position
- テストする位置。
戻り値の型
指定された位置が現在の範囲に含まれる場合は true、そうでない場合は false。