EditPoint2::LineLength Property

 

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

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

property int LineLength {
	int get();
}

Property Value

Type: System::Int32

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

Character numbering begins at one.

No code example is currently available or this language may not be supported.
Return to top
Show: