Method: IXMLDOMComment#length

Defined in:
sample/xml.rb

#lengthObject

I4 length number of characters in value



3343
3344
3345
3346
3347
# File 'sample/xml.rb', line 3343

def length()
  ret = _getproperty(110, [], [])
  @lastargs = WIN32OLE::ARGV
  ret
end