private void insertCellToolStripMenuItem_Click(object sender, EventArgs e)
 {
     builder.InsertCell();
     modifiedDocument = true;
 }