public virtual Int32 MoveRangeToPointers(NetOffice.MSHTMLApi.IMarkupPointer pPointerStart, NetOffice.MSHTMLApi.IMarkupPointer pPointerFinish, NetOffice.MSHTMLApi.IHTMLTxtRange pIRange) { return InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "MoveRangeToPointers", pPointerStart, pPointerFinish, pIRange); }
public virtual void setEndPoint(string how, NetOffice.MSHTMLApi.IHTMLTxtRange sourceRange) { InvokerService.InvokeInternal.ExecuteMethod(this, "setEndPoint", how, sourceRange); }
public virtual Int32 compareEndPoints(string how, NetOffice.MSHTMLApi.IHTMLTxtRange sourceRange) { return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "compareEndPoints", how, sourceRange)); }
public virtual bool isEqual(NetOffice.MSHTMLApi.IHTMLTxtRange range) { return(InvokerService.InvokeInternal.ExecuteBoolMethodGet(this, "isEqual", range)); }