PowerTools SPREAD for Windows Forms 8.0J
GetOwnerPrintColumnPageBreaks(Graphics,Rectangle,Int32,Boolean) メソッド


印刷に使用するGraphicsオブジェクト
印刷する領域を表す Rectangle 領域。
改ページを計算する対象のシート
改ページを再計算するかどうか
現在の印刷条件で、指定したシートの列改ページを取得します。
構文
'Declaration
 
Public Overloads Function GetOwnerPrintColumnPageBreaks( _
   ByVal g As Graphics, _
   ByVal rect As Rectangle, _
   ByVal sheet As Integer, _
   ByVal reCalc As Boolean _
) As Integer()
'使用法
 
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)
public int[] GetOwnerPrintColumnPageBreaks( 
   Graphics g,
   Rectangle rect,
   int sheet,
   bool reCalc
)

パラメータ

g
印刷に使用するGraphicsオブジェクト
rect
印刷する領域を表す Rectangle 領域。
sheet
改ページを計算する対象のシート
reCalc
改ページを再計算するかどうか
参照

FpSpread クラス
FpSpread メンバ
オーバーロード一覧

 

 


© 2004-2015, GrapeCity inc. All rights reserved.