TextPoint::LineLength Property

 

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

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

property int LineLength {
	int get();
}

Property Value

Type: System::Int32

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

Character numbering begins at one.

Return to top
Show: