public HRESULT get_tHead(IHTMLTableSection **p)
 {
     return(((delegate * unmanaged <IHTMLTable4 *, IHTMLTableSection **, int>)(lpVtbl[8]))((IHTMLTable4 *)Unsafe.AsPointer(ref this), p));
 }
 public HRESULT createTBody(IHTMLTableSection **tbody)
 {
     return(((delegate * unmanaged <IHTMLTable4 *, IHTMLTableSection **, int>)(lpVtbl[15]))((IHTMLTable4 *)Unsafe.AsPointer(ref this), tbody));
 }