PrintDocument for WinForms
UserCellGroup コンストラクタ(Rectangle)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > UserCellGroup クラス > UserCellGroup コンストラクタ : UserCellGroup コンストラクタ(Rectangle)
Identifies a rectangluar range of cells as follows:
Initializes a new instance of the UserCellGroup class, includes a range of cells identified by a rectangular area, in the group.
シンタックス
'宣言
 
Public Function New( _
   ByVal range As System.Drawing.Rectangle _
)
'使用法
 
Dim range As System.Drawing.Rectangle
 
Dim instance As New UserCellGroup(range)
public UserCellGroup( 
   System.Drawing.Rectangle range
)

パラメータ

range
Identifies a rectangluar range of cells as follows:
  • range.X is the column index of the top left cell;
  • range.Y is the row index of the top left cell;
  • range.Width is the number of columns;
  • range.Height is the number of rows.
参照

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