Gets the column page breaks for the specified sheet under the current printing conditions.
Syntax
'Declaration
Public Overloads Function GetOwnerPrintColumnPageBreaks( _
ByVal As Graphics, _
ByVal As Rectangle, _
ByVal As Integer, _
ByVal As Boolean, _
ByVal As OwnerPrintInfo _
) As Integer()
'Usage
Dim instance As FpSpread
Dim g As Graphics
Dim rect As Rectangle
Dim sheet As Integer
Dim reCalc As Boolean
Dim info As OwnerPrintInfo
Dim value() As Integer
value = instance.GetOwnerPrintColumnPageBreaks(g, rect, sheet, reCalc, info)
public int[] GetOwnerPrintColumnPageBreaks(
Graphics ,
Rectangle ,
int ,
bool ,
OwnerPrintInfo
)
Parameters
- g
- Graphics object used for printing
- rect
- Rectangle area representing the area for printing
- sheet
- Sheet for which to calculate page breaks
- reCalc
- Whether to recalcuate the page break
- info
- The printing information.
See Also