Gets the total number of lines in the editor.
| C# | Visual Basic | Visual C++ |
int TotalLines { get; }
ReadOnly Property TotalLines As Integer
property int TotalLines { int get (); }
The total lines.
| C# | Visual Basic | Visual C++ |
int TotalLines { get; }
ReadOnly Property TotalLines As Integer
property int TotalLines { int get (); }