PowerTools MultiRow for Windows Forms 8.0J
Print(Graphics,RectangleF,Int32,Int32,Boolean,Boolean,PrintStyle,Boolean) メソッド

印刷するSystem.Drawing.Graphics
印刷する境界。
印刷の開始行を示すインデックス。
印刷の終了行を示すインデックス。
ColumnHeaderSectionを印刷するかどうかを示すbool値。
ColumnFooterSectionを印刷するかどうかを示すbool値。
PrintStyle値。
境界に合わせてGcMultiRowを引き伸ばすかどうかを示すbool値。
GcMultiRowを特別なSystem.Drawing.Graphicsに印刷します。
構文
Public Overloads Sub Print( _
   ByVal graphics As Graphics, _
   ByVal bounds As RectangleF, _
   ByVal fromRow As Integer, _
   ByVal toRow As Integer, _
   ByVal printHeader As Boolean, _
   ByVal printFooter As Boolean, _
   ByVal printStyle As PrintStyle, _
   ByVal stretch As Boolean _
) 

パラメータ

graphics
印刷するSystem.Drawing.Graphics
bounds
印刷する境界。
fromRow
印刷の開始行を示すインデックス。
toRow
印刷の終了行を示すインデックス。
printHeader
ColumnHeaderSectionを印刷するかどうかを示すbool値。
printFooter
ColumnFooterSectionを印刷するかどうかを示すbool値。
printStyle
PrintStyle値。
stretch
境界に合わせてGcMultiRowを引き伸ばすかどうかを示すbool値。
例外
例外解説
System.ArgumentNullExceptiongraphicsがnull 参照 (Visual Basicでは Nothing)です。
System.ArgumentOutOfRangeException

fromRow0未満か、Rowの数 - 1を超えています。

または

toRow0未満か、Rowの数 - 1を超えています。

System.ComponentModel.InvalidEnumArgumentExceptionprintStyleが、列挙体PrintStyleの有効な値ではありません。
解説
PrintSettingsプロパティの値を変更して、印刷結果を調整できます。
参照

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

 

 


© 2008-2015 GrapeCity inc. All rights reserved.