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

Contains information about one group of vertices.
This class is derived from GroupInfo. It adds group information that is specific to the ExcelTemplate project.
상속: Smrf.NodeXL.Core.GroupInfo
파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_eVertexShape VertexShape
m_iRowID Nullable
m_oVertexColor Color

공개 메소드들

메소드 설명
AssertValid ( ) : void
ExcelTemplateGroupInfo ( String name, Nullable rowID, Color vertexColor, VertexShape vertexShape, System.Boolean isCollapsed, String collapsedAttributes ) : System

Initializes a new instance of the ExcelTemplateGroupInfo class.

메소드 상세

AssertValid() 공개 메소드

public AssertValid ( ) : void
리턴 void

ExcelTemplateGroupInfo() 공개 메소드

Initializes a new instance of the ExcelTemplateGroupInfo class.
public ExcelTemplateGroupInfo ( String name, Nullable rowID, Color vertexColor, VertexShape vertexShape, System.Boolean isCollapsed, String collapsedAttributes ) : System
name String /// The unique name of the group. ///
rowID Nullable /// The group's row ID in the group worksheet, or null if an ID isn't /// available. ///
vertexColor Color /// The color to use for each of the group's vertices. ///
vertexShape VertexShape /// The shape to use for each of the group's vertices. ///
isCollapsed System.Boolean /// true if the group should be collapsed. ///
collapsedAttributes String /// String containing the attributes describing what the group should look /// like when it is collapsed, or null to give the collapsed group a /// default appearance. If not null, this should be a string that was /// returned by . ///
리턴 System

프로퍼티 상세

m_eVertexShape 보호되어 있는 프로퍼티

protected VertexShape m_eVertexShape
리턴 VertexShape

m_iRowID 보호되어 있는 프로퍼티

protected Nullable m_iRowID
리턴 Nullable

m_oVertexColor 보호되어 있는 프로퍼티

protected Color m_oVertexColor
리턴 Color