EditSpan.LengthOfLastLine 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.
Returns the length of the last line of text being inserted.
public:
property int LengthOfLastLine { int get(); };
public:
property int LengthOfLastLine { int get(); };
public int LengthOfLastLine { get; }
member this.LengthOfLastLine : int
Public ReadOnly Property LengthOfLastLine As Integer
Property Value
Returns the number of characters on the last line of the replacement text.
Remarks
This property examines the replacement text, taking into account newlines, to calculate the length of the last line.