ITextChange.NewLength Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.