C# Class Smrf.NodeXL.ExcelTemplate.GraphImportTextWrapManager

Manages text wrapping in a workbook before a graph is imported into the workbook.
Call ManageTextWrapBeforeImport before importing a graph into the workbook.

All methods are static.

Inheritance: Object
ファイルを表示 Open project: 2014-sed-team3/term-project Class Usage Examples

Public Methods

Method Description
ManageTextWrapBeforeImport ( IGraph sourceGraph, Microsoft destinationNodeXLWorkbook, System.Boolean notifyUser ) : System.Boolean

Private Methods

Method Description
NotifyUser ( ) : System.Boolean

Method Details

ManageTextWrapBeforeImport() public static method

public static ManageTextWrapBeforeImport ( IGraph sourceGraph, Microsoft destinationNodeXLWorkbook, System.Boolean notifyUser ) : System.Boolean
sourceGraph IGraph
destinationNodeXLWorkbook Microsoft
notifyUser System.Boolean
return System.Boolean