Smrf.NodeXL.ExcelTemplate.TopMetricsReaderBase.TopMetricsReaderBase C# (CSharp) Method

TopMetricsReaderBase() public method

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. ///
return System
    public TopMetricsReaderBase
    (
        String worksheetName,
        String tableNameRoot
    )
    {
        m_sWorksheetName = worksheetName;
        m_sTableNameRoot = tableNameRoot;

        AssertValid();
    }