TextPoint.LineLength 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 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.