'Declaration
Public Overloads Function GetPositionAtOffset( _ ByVal offset As Integer _ ) As C1TextPointer
public C1TextPointer GetPositionAtOffset( int offset )
Parameters
- offset
- The offset.
Return Value
A new position at the offset indicated, or null if the offset goes off the document.