FlexReport for WinForms
Contains メソッド (C1TextRange)


C1.Document アセンブリ > C1.Document 名前空間 > C1TextRange 構造体 : Contains メソッド
The position to test.
Tests whether a specified position is contained within the current range.
シンタックス
'宣言
 
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
The position to test.

戻り値の型

True if the current range includes the specified position, false otherwise.
参照

参照

C1TextRange 構造体
C1TextRange メンバ