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