NumberOfLines Property

Returns the number of lines being used by the specified object.

Syntax

object.NumberOfLines

Properties

The NumberOfLines property syntax has this part:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

Remarks

NumberOfLines is a read-only property of type Long.

The value returned by the NumberOfLines property will always be less than or equal to the value of the MaxLines property.

 

Applies To