skip to main
|
skip to sidebar
code Tweets
Small pieces of code...
Tuesday, June 23, 2009
c# Word automation - simplest way to create word doc in windows application
WordAuto word = new WordAuto();
ArrayList array = new ArrayList();
array.Insert(0,Name.Text);
array.Insert(1,Age.Text);
array.Insert(2,Designation.Text);
word.CreateFile(array);
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Blog Archive
▼
2009
(15)
►
August
(1)
►
Aug 04
(1)
►
July
(1)
►
Jul 06
(1)
▼
June
(13)
►
Jun 29
(1)
►
Jun 27
(1)
►
Jun 25
(1)
►
Jun 24
(1)
▼
Jun 23
(1)
c# Word automation - simplest way to create word d...
►
Jun 22
(3)
►
Jun 19
(3)
►
Jun 18
(2)
►
2007
(1)
►
February
(1)
►
Feb 23
(1)
My web Links
C# Mentor
Check mails
The Technology Guide
Aayus Technologies, Pune
About Me
Amit
View my complete profile
No comments:
Post a Comment