FlexReport for WinForms
Item プロパティ (C1TextBlockRange)


C1.Document.4.6.2 アセンブリ > C1.Document 名前空間 > C1TextBlockRange クラス : Item プロパティ
Index of the text range.
Gets the text range with specified index.
シンタックス
'宣言
 
Public ReadOnly Default Property Item( _
   ByVal index As System.Integer _
) As C1TextRange
'使用法
 
Dim instance As C1TextBlockRange
Dim index As System.Integer
Dim value As C1TextRange
 
value = instance.Item(index)
public C1TextRange this[ 
   System.int index
]; {get;}

パラメータ

index
Index of the text range.

プロパティ値

C1TextRange structure defining text range.
参照

参照

C1TextBlockRange クラス
C1TextBlockRange メンバ