[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IHPageBreaks.Add

Add Method

Add(IRange)

Adds a horizontal page break within the print area.

Declaration
IHPageBreak Add(IRange Before)
Function Add(Before As IRange) As IHPageBreak
Parameters
Type Name Description
IRange Before

Required IRangeThe range above which the new page break will be added.

Returns
Type Description
IHPageBreak

Returns the new IHPageBreak object.