void deleteRange(MSOfficeBookMark_RU _bookMark) { COM comRange; comRange = this.findRange(_bookMark); if (comRange) { comRange.delete(); } }