Gets a document lines by offset.
Runtime: O(log n)
Declaration Syntax
C# | Visual Basic | Visual C++ |
public DocumentLine GetLineByOffset( int offset )
Public Function GetLineByOffset ( _ offset As Integer _ ) As DocumentLine
public: DocumentLine^ GetLineByOffset( int offset )
Parameters
- offset (Int32)
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238