HtmlElement ContentPosition Property C# API
Gets the character offset into the HTML document at which this HTML element's content starts.

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public int ContentPosition { get; }

Field Value

The character offset into the HTML document at which this HTML element's content starts.
See Also