public void AddBookmarkLink(string label, string bookmark)
 {
     m_worksheet.AddBookmark(m_rowHandler.Row, m_column, bookmark, label);
 }