C# Class Smrf.NodeXL.ExcelTemplate.TopMetricsReaderBase

Base class for classes that read top metrics from a worksheet in a NodeXL workbook.
Inheritance: Object
Afficher le fichier Open project: 2014-sed-team3/term-project

Protected Properties

Свойство Type Description
m_sTableNameRoot String
m_sWorksheetName String

Méthodes publiques

Méthode Description
TopMetricsReaderBase ( String worksheetName, String tableNameRoot ) : System

Initializes a new instance of the TopMetricsReaderBase class.

TryReadMetrics ( Microsoft workbook, String &topMetrics ) : System.Boolean

Méthodes protégées

Méthode Description
ReadTopColumn ( ListObject oTopMetricsTable, String sColumnHeader, StringBuilder oTopMetrics ) : void
ReadTopColumns ( ListObject oTopMetricsTable, StringBuilder oTopMetrics ) : void

Private Methods

Méthode Description
AssertValid ( ) : void

Method Details

ReadTopColumn() protected méthode

protected ReadTopColumn ( ListObject oTopMetricsTable, String sColumnHeader, StringBuilder oTopMetrics ) : void
oTopMetricsTable ListObject
sColumnHeader String
oTopMetrics StringBuilder
Résultat void

ReadTopColumns() protected méthode

protected ReadTopColumns ( ListObject oTopMetricsTable, StringBuilder oTopMetrics ) : void
oTopMetricsTable ListObject
oTopMetrics StringBuilder
Résultat void

TopMetricsReaderBase() public méthode

Initializes a new instance of the TopMetricsReaderBase class.
public TopMetricsReaderBase ( String worksheetName, String tableNameRoot ) : System
worksheetName String /// Name of the worksheet containing the top metrics tables. ///
tableNameRoot String /// Root of the name of each top metric table on the worksheet. ///
Résultat System

TryReadMetrics() public méthode

public TryReadMetrics ( Microsoft workbook, String &topMetrics ) : System.Boolean
workbook Microsoft
topMetrics String
Résultat System.Boolean

Property Details

m_sTableNameRoot protected_oe property

protected String m_sTableNameRoot
Résultat String

m_sWorksheetName protected_oe property

protected String m_sWorksheetName
Résultat String