Property | Type | Description | |
---|---|---|---|
m_sTableNameRoot | String | ||
m_sWorksheetName | String |
Method | Description | |
---|---|---|
TopMetricsReaderBase ( String worksheetName, String tableNameRoot ) : System |
Initializes a new instance of the TopMetricsReaderBase class.
|
|
TryReadMetrics ( Microsoft workbook, String &topMetrics ) : System.Boolean |
Method | Description | |
---|---|---|
ReadTopColumn ( ListObject oTopMetricsTable, String sColumnHeader, StringBuilder oTopMetrics ) : void | ||
ReadTopColumns ( ListObject oTopMetricsTable, StringBuilder oTopMetrics ) : void |
Method | Description | |
---|---|---|
AssertValid ( ) : void |
protected ReadTopColumn ( ListObject oTopMetricsTable, String sColumnHeader, StringBuilder oTopMetrics ) : void | ||
oTopMetricsTable | ListObject | |
sColumnHeader | String | |
oTopMetrics | StringBuilder | |
return | void |
protected ReadTopColumns ( ListObject oTopMetricsTable, StringBuilder oTopMetrics ) : void | ||
oTopMetricsTable | ListObject | |
oTopMetrics | StringBuilder | |
return | void |
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. /// |
return | System |
public TryReadMetrics ( Microsoft workbook, String &topMetrics ) : System.Boolean | ||
workbook | Microsoft | |
topMetrics | String | |
return | System.Boolean |