C# 클래스 Smrf.NodeXL.ExcelTemplate.NodeXLWorkbookUtil

Utility methods for working with the NodeXL workbook.
All methods are static.
파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

ClearAllNodeXLTables() 공개 정적인 메소드

public static ClearAllNodeXLTables ( Microsoft workbook ) : void
workbook Microsoft
리턴 void

ClearGroupTables() 공개 정적인 메소드

public static ClearGroupTables ( Microsoft workbook ) : void
workbook Microsoft
리턴 void

FileIsNodeXLWorkbook() 공개 정적인 메소드

public static FileIsNodeXLWorkbook ( String filePath ) : System.Boolean
filePath String
리턴 System.Boolean

GetGroupNamesByVertexName() 공개 정적인 메소드

public static GetGroupNamesByVertexName ( Microsoft workbook, ICollection vertexNames ) : ICollection
workbook Microsoft
vertexNames ICollection
리턴 ICollection

GetVertexIDsInGroup() 공개 정적인 메소드

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

PopulateEdgeTableWithParticipantPairs() 공개 정적인 메소드

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

TryGetColor() 공개 정적인 메소드

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