C# Class Aspose.Words.Examples.CSharp.Programming_Documents.Working_with_Tables.JoiningAndSplittingTable

Datei anzeigen Open project: aspose-words/Aspose.Words-for-.NET

Public Methods

Method Description
Run ( ) : void

Private Methods

Method Description
CombineRows ( string dataDir, string fileName ) : void

Shows how to combine the rows from two tables into one.

SplitTable ( string dataDir, string fileName ) : void

Shows how to split a table into two tables in a specific row.

Method Details

Run() public static method

public static Run ( ) : void
return void