FlexReport for WPF
C1TextRange コンストラクタ


C1.WPF.Document アセンブリ > C1.WPF.Document 名前空間 > C1TextRange 構造体 : C1TextRange コンストラクタ
テキスト区間内の最初の文字のインデックス。
テキスト区間の長さ。
C1TextRange 構造の新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal startIndex As System.Integer, _
   ByVal length As System.Integer _
)
'使用法
 
Dim startIndex As System.Integer
Dim length As System.Integer
 
Dim instance As New C1TextRange(startIndex, length)
public C1TextRange( 
   System.int startIndex,
   System.int length
)

パラメータ

startIndex
テキスト区間内の最初の文字のインデックス。
length
テキスト区間の長さ。
参照

C1TextRange 構造体
C1TextRange メンバ