ITextSnapshot.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.
Gets the positive number of lines in the snapshot. A snapshot whose Length is zero is considered to have one line.
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
The number of lines.
Remarks
A snapshot in which Length is zero is considered to have one line.