GrapeCity.Win.MultiRow.v80 アセンブリ > GrapeCity.Win.MultiRow 名前空間 > GcMultiRow クラス > Print メソッド : Print(Graphics,RectangleF,Int32,Int32,Boolean,Boolean,PrintStyle,Boolean) メソッド |
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 _ )
public void Print( Graphics graphics, RectangleF bounds, int fromRow, int toRow, bool printHeader, bool printFooter, PrintStyle printStyle, bool stretch )
例外 | 解説 |
---|---|
System.ArgumentNullException | graphicsがnull 参照 (Visual Basicでは Nothing)です。 |
System.ArgumentOutOfRangeException | fromRowが0未満か、Rowの数 - 1を超えています。 または |
System.ComponentModel.InvalidEnumArgumentException | printStyleが、列挙体PrintStyleの有効な値ではありません。 |