column count

  1. T

    Question Use MSHTML to get Column count in a Table

    Hello everyone. I have been experimenting with using MSHTML to parse HTML documents, in order to retreive data from those documents. First, take a look at the following peice of code: Dim doc As HTMLDocument = New HTMLDocument() Dim d2 As IHTMLDocument = doc 'strHTMLCode contains the html...
Back
Top