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

Base class for a family of classes that store an entire column of graph metric values.
The derived classes differ in how the graph metric values are mapped to worksheet rows.
상속: Object
파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_bConvertUrlsToHyperlinks System.Boolean
m_fColumnWidthChars Double
m_sColumnName String
m_sNumberFormat String
m_sStyle String
m_sTableName String
m_sWorksheetName String

공개 메소드들

메소드 설명
GraphMetricColumn ( String worksheetName, String tableName, String columnName, Double columnWidthChars, String numberFormat, String style ) : System

Initializes a new instance of the GraphMetricColumn class.

보호된 메소드들

메소드 설명
GraphMetricColumn ( ) : System

Do not use this constructor.

비공개 메소드들

메소드 설명
AssertValid ( ) : void

메소드 상세

GraphMetricColumn() 보호된 메소드

Do not use this constructor.
protected GraphMetricColumn ( ) : System
리턴 System

GraphMetricColumn() 공개 메소드

Initializes a new instance of the GraphMetricColumn class.
public GraphMetricColumn ( String worksheetName, String tableName, String columnName, Double columnWidthChars, String numberFormat, String style ) : System
worksheetName String /// Name of the worksheet containing the column. ///
tableName String /// Name of the table (ListObject) containing the column. ///
columnName String /// Name of the column. ///
columnWidthChars Double /// Width of the column, in characters, or to set the width /// automatically. ///
numberFormat String /// Number format of the column, or null if the column is not numeric. /// Sample: "0.00". ///
style String /// Style of the column, or null to apply Excel's normal style. Sample: /// "Bad". ///
리턴 System

프로퍼티 상세

m_bConvertUrlsToHyperlinks 보호되어 있는 프로퍼티

protected Boolean,System m_bConvertUrlsToHyperlinks
리턴 System.Boolean

m_fColumnWidthChars 보호되어 있는 프로퍼티

protected Double m_fColumnWidthChars
리턴 Double

m_sColumnName 보호되어 있는 프로퍼티

protected String m_sColumnName
리턴 String

m_sNumberFormat 보호되어 있는 프로퍼티

protected String m_sNumberFormat
리턴 String

m_sStyle 보호되어 있는 프로퍼티

protected String m_sStyle
리턴 String

m_sTableName 보호되어 있는 프로퍼티

protected String m_sTableName
리턴 String

m_sWorksheetName 보호되어 있는 프로퍼티

protected String m_sWorksheetName
리턴 String