C# Class Aspose.Words.Examples.CSharp.Mail_Merge.MailMergeAlternatingRows

Show file Open project: aspose-words/Aspose.Words-for-.NET

Public Methods

Method Description
Run ( ) : void

Private Methods

Method Description
GetSuppliersDataTable ( ) : DataTable

Create DataTable and fill it with data. In real life this DataTable should be filled from a database.

IsOdd ( int value ) : bool

Returns true if the value is odd; false if the value is even.

Method Details

Run() public static method

public static Run ( ) : void
return void