Sheets.HPageBreaks Property
Excel Developer Reference |
Returns an HPageBreaks collection that represents the horizontal page breaks on the sheet. Read-only.
Syntax
expression.HPageBreaks
expression A variable that represents a Sheets object.
Remarks
There is a limit of 1026 horizontal page breaks per sheet.
Example
This example displays the number of full-screen and print-area horizontal page breaks.
Visual Basic for Applications |
---|
|
See Also