HPageBreak.Extent Property

Definition

Returns the type of the specified page break: full-screen or only within a print area.

public:
 property Microsoft::Office::Interop::Excel::XlPageBreakExtent Extent { Microsoft::Office::Interop::Excel::XlPageBreakExtent get(); };
public Microsoft.Office.Interop.Excel.XlPageBreakExtent Extent { get; }
Public ReadOnly Property Extent As XlPageBreakExtent

Property Value

Remarks

The Extent property can be either of the following XlPageBreakExtent constants: xlPageBreakFull or xlPageBreakPartial.

Applies to