, , .
. Word, ; , - , , (, ). Pages Pane (, , Application.ActiveWindow.ActivePane), . , Page , ( ) , .
(), , , , . , , ( , , ). , :
object missing = Type.Missing;
foreach (Microsoft.Office.Interop.Word.Section section in doc.Sections) {
if () {
section.Range.Delete(ref missing, ref missing);
break;
}
}