ITextChange.NewLength Property

Definition

The length of NewText.

public:
 property int NewLength { int get(); };
public:
 property int NewLength { int get(); };
public int NewLength { get; }
member this.NewLength : int
Public ReadOnly Property NewLength As Integer

Property Value

The length of NewText.

Remarks

This is the equivalent of NewSpan.Length.

Applies to