EditSpan.LineCount 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 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.