C# Class Smrf.NodeXL.ExcelTemplate.NodeXLWorkbookUtil

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

Méthodes publiques

Méthode 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 méthode

public static ClearAllNodeXLTables ( Microsoft workbook ) : void
workbook Microsoft
Résultat void

ClearGroupTables() public static méthode

public static ClearGroupTables ( Microsoft workbook ) : void
workbook Microsoft
Résultat void

FileIsNodeXLWorkbook() public static méthode

public static FileIsNodeXLWorkbook ( String filePath ) : System.Boolean
filePath String
Résultat System.Boolean

GetGroupNamesByVertexName() public static méthode

public static GetGroupNamesByVertexName ( Microsoft workbook, ICollection vertexNames ) : ICollection
workbook Microsoft
vertexNames ICollection
Résultat ICollection

GetVertexIDsInGroup() public static méthode

public static GetVertexIDsInGroup ( Microsoft workbook, String groupName ) : ICollection
workbook Microsoft
groupName String
Résultat ICollection

PopulateEdgeTableWithParticipantPairs() public static méthode

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

TryGetColor() public static méthode

public static TryGetColor ( String &color ) : System.Boolean
color String
Résultat System.Boolean