TextPoint.LineLength Property

Definition

Gets the number of characters in a line containing the object, excluding the new line character.

public:
 property int LineLength { int get(); };
public:
 property int LineLength { int get(); };
[System.Runtime.InteropServices.DispId(25)]
public int LineLength { [System.Runtime.InteropServices.DispId(25)] get; }
[<System.Runtime.InteropServices.DispId(25)>]
[<get: System.Runtime.InteropServices.DispId(25)>]
member this.LineLength : int
Public ReadOnly Property LineLength As Integer

Property Value

An integer value indicating the number of characters in a line containing the TextPoint object, excluding the new line character.

Attributes

Remarks

Character numbering begins at one.

Applies to