Returns an int that represents the absolute character index of the start of this Element.

 public int Start{ get; }
Public ReadOnly Property Start() As Integer

          int start = e.Start;
        

          Dim start As Integer = e.Start