Gets the column page breaks for the specified sheet under the current printing conditions.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As FpSpread
Dim g As Graphics
Dim rect As Rectangle
Dim sheet As Integer
Dim reCalc As Boolean
Dim value() As Integer
value = instance.GetOwnerPrintColumnPageBreaks(g, rect, sheet, reCalc) |
Parameters
- g
- Graphics object used for printing
- rect
- Rectangle area that represents the area for printing
- sheet
- Sheet for which to calculate page breaks
- reCalc
- Whether to recalcuate the page break
Requirements
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8
See Also