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

DynamicFilterDateTimeRangeTrackBar() public method

Initializes a new instance of the class.
public DynamicFilterDateTimeRangeTrackBar ( String tableName, String columnName ) : System
tableName String /// Name of the table containing the column. ///
columnName String /// Name of the column. ///
return System
    public DynamicFilterDateTimeRangeTrackBar
    (
        String tableName,
        String columnName
    )
    {
        m_sTableName = tableName;
        m_sColumnName = columnName;

        AssertValid();
    }