Share via


EditSpan.LineCount Property

Definition

Returns the number of lines in the new text being inserted.

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

Property Value

Returns the number of lines in the replacement text.

Remarks

This property examines the replacement text, taking into account newlines, to calculate the number of lines.

Applies to