ITextRange.Length プロパティ

定義

テキスト範囲内の文字数を取得します。

public:
 property int Length { int get(); };
int Length();
public int Length { get; }
var int32 = iTextRange.length;
Public ReadOnly Property Length As Integer

プロパティ値

Int32

int

文字数。

適用対象