VPageBreak.Extent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.