PowerTools MultiRow for Windows Forms 8.0J
WordWrapUnit コンストラクタ

ソーステキスト内の単語の開始インデックス。
単語の長さ。
WordWrapUnit 構造体の新しいインスタンスを初期化します。
構文
Public Function New( _
   ByVal startIndex As Integer, _
   ByVal length As Integer _
)
public WordWrapUnit( 
   int startIndex,
   int length
)

パラメータ

startIndex
ソーステキスト内の単語の開始インデックス。
length
単語の長さ。
例外
例外解説
System.ArgumentOutOfRangeException

startIndex 値が 0 未満です。

または

length 値が 1 未満です。

参照

WordWrapUnit 構造体
WordWrapUnit メンバ

 

 


© 2008-2015 GrapeCity inc. All rights reserved.