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


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

パラメータ

cell
Identifies a cell as follows:
  • cell.X is the column index of the cell;
  • cell.Y is the row index of the cell.
参照

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