Home | History | Annotate | Download | only in include

Lines Matching defs:insertCell

26041     virtual HRESULT WINAPI insertCell(__LONG32 index,IDispatch **row) = 0;
26069 HRESULT (WINAPI *insertCell)(IHTMLTableRow *This,__LONG32 index,IDispatch **row);
26099 #define IHTMLTableRow_insertCell(This,index,row) (This)->lpVtbl->insertCell(This,index,row)