'Declaration
Public Overloads Function GetOwnerPrintColumnPageBreaks( _
ByVal As Graphics, _
ByVal As Rectangle, _
ByVal As Integer, _
ByVal As Boolean, _
ByVal As OwnerPrintInfo _
) As Integer()
'使用法
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
)