[]
Returns the range that defines the page-break location.
Horizontal page breaks are aligned with the top edge of the returned range.
IRange Location { get; }
ReadOnly Property Location As IRange
IHPageBreak pageBreak = worksheet.HPageBreaks.Add(worksheet.Range["A10"]);
IRange location = pageBreak.Location;