PrintDocument for WinForms
Insert メソッド (PageColumnDefCollection)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > PageColumnDefCollection クラス : Insert メソッド
The index at which to insert the specified PageColumnDef.
The column definition to insert.
Inserts a PageColumnDef into the current collection.
シンタックス
'宣言
 
Public Sub Insert( _
   ByVal index As System.Integer, _
   ByVal pageColumnDef As PageColumnDef _
) 
'使用法
 
Dim instance As PageColumnDefCollection
Dim index As System.Integer
Dim pageColumnDef As PageColumnDef
 
instance.Insert(index, pageColumnDef)
public void Insert( 
   System.int index,
   PageColumnDef pageColumnDef
)

パラメータ

index
The index at which to insert the specified PageColumnDef.
pageColumnDef
The column definition to insert.
参照

PageColumnDefCollection クラス
PageColumnDefCollection メンバ