Overblog
Follow this blog Administration + Create my blog

VB.NET-Insert Text Box in Word

In MS Word, text box is one kind of container to save text. It is can be moved and resized according to our requirements. Generally speaking, text box is designed for typing special text, for example, vertical text. Also, it is very useful if we want...

Read more

C#--Word Nested Mail Merge

Word mail merge is very powerful to create template documents in bulk. For example, it can be used to create student transcript, report and so on. If we want to use mail merge, we need to prepare data firstly. The data can be from an Excel file or database....

Read more

How to Insert Break in Word with C#

How to Insert Break in Word with C#

In order to identify location to separate words and beginning of new row or column in table, Microsoft Word provides a function to insert break with users. There are four kinds of break in Word, Page Break, Column Break, Newline and Section Break. Among...

Read more

How to Set Excel Text Alignment (C#)

At first, the data is not formatted when exporting to Excel. The data format in cell is set as default. Take alignment for example. If the data is number, it will keep right, while if text, it will keep left. And all of the data will keep bottom in cells...

Read more

How to Filter Data from Cells with C#

There are lots of data in one Excel files. Sometimes, we need to get some specified data from columns. For example, there is an Excel files about staff information, including name, gender, birthday, age and phone number. If we want to get information...

Read more

How to Work with PDF Page Setup with C#

In order to have a great effect after printing, people often need to set page in PDF document. Page setup includes size settings, layout settings and some other additional settings, for example, header and footer. When we set document size, we may pay...

Read more

1 2 > >>