GetLines Method (Document Object)¶
Retrieves the number of the lines in the document. nFlags Optional. You can specify the following value. If no value is specified, the logical coordinates are specified. eeGetLineView Specifies coordinates in view. Supported on EmEditor Professional Version 7.00 or later.¶
[JavaScript]¶
nLines = document.GetLines( [ nFlags ] );
[VBScript]¶
nLines = document.GetLines( [ nFlags ] )
Parameters¶
Version¶