FlexReport for WinForms
C1TextBlockRange コンストラクタ(IList<C1TextRange>)


C1.Document アセンブリ > C1.Document 名前空間 > C1TextBlockRange クラス > C1TextBlockRange コンストラクタ : C1TextBlockRange コンストラクタ(IList<C1TextRange>)
List of C1TextRange structures.
Initializes a new instance of the C1TextBlockRange class. C1TextBlockRange will use passed list of text ranges, i.e. it will not create own copy.
シンタックス
'宣言
 
Public Function New( _
   ByVal textRanges As System.Collections.Generic.IList(Of C1TextRange) _
)
'使用法
 
Dim textRanges As System.Collections.Generic.IList(Of C1TextRange)
 
Dim instance As New C1TextBlockRange(textRanges)
public C1TextBlockRange( 
   System.Collections.Generic.IList<C1TextRange> textRanges
)

パラメータ

textRanges
List of C1TextRange structures.
参照

参照

C1TextBlockRange クラス
C1TextBlockRange メンバ
オーバーロード一覧