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

HeaderFooterControl() public method

Initializes a new instance of the HeaderFooterControl class.
public HeaderFooterControl ( ) : System
return System
    public HeaderFooterControl()
    {
        InitializeComponent();

        m_bIncludeHeader = false;
        m_sHeaderText = String.Empty;
        m_bIncludeFooter = false;
        m_sFooterText = String.Empty;

        DoDataExchange(false);

        AssertValid();
    }