[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IHPageBreak.Delete

Delete Method

Delete()

Deletes this horizontal page break.

Removes this horizontal page break from the worksheet.

Declaration
void Delete()
Sub Delete()
Examples
IHPageBreak pageBreak = worksheet.HPageBreaks.Add(worksheet.Range["A10"]);
pageBreak.Delete();