Method | Description | |
---|---|---|
GetImportedFileDescription ( String fileType, String fileName ) : String | ||
GetImportedGraphMLFileDescription ( String graphMLFileName, IGraph graph ) : String | ||
ImportGraph ( IGraph sourceGraph, String edgeAttributes, String vertexAttributes, System.Boolean clearTablesFirst, Microsoft destinationNodeXLWorkbook ) : void | ||
UpdateGraphHistoryAfterImport ( Microsoft destinationNodeXLWorkbook, String importDescription, String suggestedFileNameNoExtension ) : void | ||
UpdateGraphHistoryAfterImportWithoutPermissionCheck ( Microsoft destinationNodeXLWorkbook, String importDescription, String suggestedFileNameNoExtension, |
Method | Description | |
---|---|---|
CleanUpAttributeValue ( Object value ) : Object | ||
GetAttributeColumn ( ListObject oTable, String sAttribute, ListColumn &oAttributeColumn, Range &oAttributeColumnData ) : void | ||
ImportEdges ( IGraph oSourceGraph, String asEdgeAttributes, ListObject oEdgeTable, Range oVertex1NameColumnData, Range oVertex2NameColumnData, System.Boolean bAppendToTable ) : void | ||
ImportVertexAttributes ( IGraph oSourceGraph, String asVertexAttributes, Int32>.Dictionary |
||
ImportVertices ( IGraph oSourceGraph, String asVertexAttributes, ListObject oVertexTable, Range oVertexNameColumnData, Range oVisibilityColumnData ) : void | ||
SetRangeValues ( Range oUpperLeftCornerMarker, Object aoValues, System.Boolean bConvertUrlsToHyperlinks ) : void |
public static GetImportedFileDescription ( String fileType, String fileName ) : String | ||
fileType | String | |
fileName | String | |
return | String |
public static GetImportedGraphMLFileDescription ( String graphMLFileName, IGraph graph ) : String | ||
graphMLFileName | String | |
graph | IGraph | |
return | String |
public static ImportGraph ( IGraph sourceGraph, String edgeAttributes, String vertexAttributes, System.Boolean clearTablesFirst, Microsoft destinationNodeXLWorkbook ) : void | ||
sourceGraph | IGraph | |
edgeAttributes | String | |
vertexAttributes | String | |
clearTablesFirst | System.Boolean | |
destinationNodeXLWorkbook | Microsoft | |
return | void |
public static UpdateGraphHistoryAfterImport ( Microsoft destinationNodeXLWorkbook, String importDescription, String suggestedFileNameNoExtension ) : void | ||
destinationNodeXLWorkbook | Microsoft | |
importDescription | String | |
suggestedFileNameNoExtension | String | |
return | void |
public static UpdateGraphHistoryAfterImportWithoutPermissionCheck ( Microsoft destinationNodeXLWorkbook, String importDescription, String suggestedFileNameNoExtension, |
||
destinationNodeXLWorkbook | Microsoft | |
importDescription | String | |
suggestedFileNameNoExtension | String | |
perWorkbookSettings | ||
return | void |