[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IHPageBreak.Location

Location Property

Location

Returns the range that defines the page-break location.

Horizontal page breaks are aligned with the top edge of the returned range.

Declaration
IRange Location { get; }
ReadOnly Property Location As IRange
Examples
IHPageBreak pageBreak = worksheet.HPageBreaks.Add(worksheet.Range["A10"]);
IRange location = pageBreak.Location;