PrintDocument for WinForms
Add(Unit,Unit) メソッド


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > PageColumnDefCollection クラス > Add メソッド : Add(Unit,Unit) メソッド
The PageColumnDef.Width of the new column definition.
The PageColumnDef.Spacing of the new column definition.
Adds a new PageColumnDef initialized with the specified width and spacing to the current collection.
シンタックス
'宣言
 
Public Overloads Function Add( _
   ByVal columnWidth As Unit, _
   ByVal columnSpacing As Unit _
) As System.Integer
'使用法
 
Dim instance As PageColumnDefCollection
Dim columnWidth As Unit
Dim columnSpacing As Unit
Dim value As System.Integer
 
value = instance.Add(columnWidth, columnSpacing)
public System.int Add( 
   Unit columnWidth,
   Unit columnSpacing
)

パラメータ

columnWidth
The PageColumnDef.Width of the new column definition.
columnSpacing
The PageColumnDef.Spacing of the new column definition.

戻り値の型

The index of the added PageColumnDef in the current collection.
参照

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