Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v1_9_2_180) is shown here.
linepos()
public
I4 linepos the character
position in the line containing
the error
# File ext/win32ole/sample/xml.rb, line 4596
def linepos()
ret = _getproperty(183, [], [])
@lastargs = WIN32OLE::ARGV
ret
end