C# Class Smrf.NodeXL.ExcelTemplate.NodeXLWorkbookUtil

Utility methods for working with the NodeXL workbook.
All methods are static.
Mostrar archivo Open project: 2014-sed-team3/term-project Class Usage Examples

Public Methods

Method Description
ClearAllNodeXLTables ( Microsoft workbook ) : void
ClearGroupTables ( Microsoft workbook ) : void
FileIsNodeXLWorkbook ( String filePath ) : System.Boolean
GetGroupNamesByVertexName ( Microsoft workbook, ICollection vertexNames ) : ICollection
GetVertexIDsInGroup ( Microsoft workbook, String groupName ) : ICollection
PopulateEdgeTableWithParticipantPairs ( ListObject edgeTable, ParticipantPair participantPairs, Int32 edgeTableRowOffset ) : void
TryGetColor ( String &color ) : System.Boolean

Method Details

ClearAllNodeXLTables() public static method

public static ClearAllNodeXLTables ( Microsoft workbook ) : void
workbook Microsoft
return void

ClearGroupTables() public static method

public static ClearGroupTables ( Microsoft workbook ) : void
workbook Microsoft
return void

FileIsNodeXLWorkbook() public static method

public static FileIsNodeXLWorkbook ( String filePath ) : System.Boolean
filePath String
return System.Boolean

GetGroupNamesByVertexName() public static method

public static GetGroupNamesByVertexName ( Microsoft workbook, ICollection vertexNames ) : ICollection
workbook Microsoft
vertexNames ICollection
return ICollection

GetVertexIDsInGroup() public static method

public static GetVertexIDsInGroup ( Microsoft workbook, String groupName ) : ICollection
workbook Microsoft
groupName String
return ICollection

PopulateEdgeTableWithParticipantPairs() public static method

public static PopulateEdgeTableWithParticipantPairs ( ListObject edgeTable, ParticipantPair participantPairs, Int32 edgeTableRowOffset ) : void
edgeTable ListObject
participantPairs Smrf.SocialNetworkLib.ParticipantPair
edgeTableRowOffset System.Int32
return void

TryGetColor() public static method

public static TryGetColor ( String &color ) : System.Boolean
color String
return System.Boolean