HPageBreak.Extent Property
Excel Developer Reference |
Returns the type of the specified page break: full-screen or only within a print area. Can be either of the following XlPageBreakExtent constants: xlPageBreakFull or xlPageBreakPartial. Read-only Long.
Syntax
expression.Extent
expression A variable that represents a HPageBreak object.
Example
This example displays the total number of full-screen and print-area horizontal page breaks.
Visual Basic for Applications |
---|
|
See Also