C# Class 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.
Inheritance: Object
Afficher le fichier Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Свойство Type Description
m_bConvertUrlsToHyperlinks System.Boolean
m_fColumnWidthChars Double
m_sColumnName String
m_sNumberFormat String
m_sStyle String
m_sTableName String
m_sWorksheetName String

Méthodes publiques

Méthode Description
GraphMetricColumn ( String worksheetName, String tableName, String columnName, Double columnWidthChars, String numberFormat, String style ) : System

Initializes a new instance of the GraphMetricColumn class.

Méthodes protégées

Méthode Description
GraphMetricColumn ( ) : System

Do not use this constructor.

Private Methods

Méthode Description
AssertValid ( ) : void

Method Details

GraphMetricColumn() protected méthode

Do not use this constructor.
protected GraphMetricColumn ( ) : System
Résultat System

GraphMetricColumn() public méthode

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". ///
Résultat System

Property Details

m_bConvertUrlsToHyperlinks protected_oe property

protected Boolean,System m_bConvertUrlsToHyperlinks
Résultat System.Boolean

m_fColumnWidthChars protected_oe property

protected Double m_fColumnWidthChars
Résultat Double

m_sColumnName protected_oe property

protected String m_sColumnName
Résultat String

m_sNumberFormat protected_oe property

protected String m_sNumberFormat
Résultat String

m_sStyle protected_oe property

protected String m_sStyle
Résultat String

m_sTableName protected_oe property

protected String m_sTableName
Résultat String

m_sWorksheetName protected_oe property

protected String m_sWorksheetName
Résultat String