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
Show file Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Property Type Description
m_bConvertUrlsToHyperlinks System.Boolean
m_fColumnWidthChars Double
m_sColumnName String
m_sNumberFormat String
m_sStyle String
m_sTableName String
m_sWorksheetName String

Public Methods

Method Description
GraphMetricColumn ( String worksheetName, String tableName, String columnName, Double columnWidthChars, String numberFormat, String style ) : System

Initializes a new instance of the GraphMetricColumn class.

Protected Methods

Method Description
GraphMetricColumn ( ) : System

Do not use this constructor.

Private Methods

Method Description
AssertValid ( ) : void

Method Details

GraphMetricColumn() protected method

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

GraphMetricColumn() public method

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". ///
return System

Property Details

m_bConvertUrlsToHyperlinks protected property

protected Boolean,System m_bConvertUrlsToHyperlinks
return System.Boolean

m_fColumnWidthChars protected property

protected Double m_fColumnWidthChars
return Double

m_sColumnName protected property

protected String m_sColumnName
return String

m_sNumberFormat protected property

protected String m_sNumberFormat
return String

m_sStyle protected property

protected String m_sStyle
return String

m_sTableName protected property

protected String m_sTableName
return String

m_sWorksheetName protected property

protected String m_sWorksheetName
return String