Worksheet.VPageBreaks Property
Excel Developer Reference |
Returns a VPageBreaks collection that represents the vertical page breaks on the sheet. Read-only.
Syntax
expression.VPageBreaks
expression A variable that represents a Worksheet object.
Example
This example displays the total number of full-screen and print-area vertical page breaks.
Visual Basic for Applications |
---|
|
See Also