This method is deprecated or moved on the latest stable version. The last existing version (v1_9_2_180) is shown here.
absoluteChildNumber(arg0)
I4 absoluteChildNumber
IXMLDOMNode arg0 --- pNode [IN]
# File ext/win32ole/sample/xml.rb, line 5597 def absoluteChildNumber(arg0) ret = _invoke(191, [arg0], [VT_BYREF|VT_DISPATCH]) @lastargs = WIN32OLE::ARGV ret end