protected void CopyFormat(Word.Range rowbefore, int count) { for (int i = 0; i < count; i++) { rowbefore.Paste(); } }