C# 클래스 Smrf.NodeXL.NetworkServer.NodeXLWorkbookSaver

Saves a graph to a NodeXL Excel workbook.
파일 보기 프로젝트 열기: 2014-sed-team3/term-project

공개 메소드들

메소드 설명
SaveGraphToNodeXLWorkbook ( System.DateTime startTime, XmlDocument xmlDocument, String networkConfigurationFilePath, String networkFileFolderPath, String nodeXLWorkbookSettingsFilePath, System.Boolean automate ) : void

메소드 상세

SaveGraphToNodeXLWorkbook() 공개 정적인 메소드

public static SaveGraphToNodeXLWorkbook ( System.DateTime startTime, XmlDocument xmlDocument, String networkConfigurationFilePath, String networkFileFolderPath, String nodeXLWorkbookSettingsFilePath, System.Boolean automate ) : void
startTime System.DateTime
xmlDocument System.Xml.XmlDocument
networkConfigurationFilePath String
networkFileFolderPath String
nodeXLWorkbookSettingsFilePath String
automate System.Boolean
리턴 void