Version

GetNodeAtDocumentOffset Method

Gets the node at the specified document offset. Returns null if the offset is beyond the range.
Syntax
'Declaration
 
Public Function GetNodeAtDocumentOffset( _
   ByVal documentOffset As Integer _
) As NodeBase
public NodeBase GetNodeAtDocumentOffset( 
   int documentOffset
)

Parameters

documentOffset
Document offset.

Return Value

Node at the document offset or null if the offset is beyond the range.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also