Create table in ASP.net

S

Steve

I've created a way of replacing text in a word document from asp.net but how
do i add a table into the document using asp.net vb code?
 
D

Doug Robbins - Word MVP

I assume that you are using a Document Object in some way, and if that is
the case, then

[DocumentObject].Tables.Add Range:=Selection.Range, NumRows:=2,
NumColumns:=2


--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top