PrintDocument for WinForms
Add(Unit) メソッド


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > TabPositionCollection クラス > Add メソッド : Add(Unit) メソッド
The position of the tab stop relative to the left edge of the text area.
Creates a new TabPosition object, initializes it with the specified tab stop position, and adds it to the current collection.
シンタックス
'宣言
 
Public Overloads Function Add( _
   ByVal tabPosition As Unit _
) As System.Integer
'使用法
 
Dim instance As TabPositionCollection
Dim tabPosition As Unit
Dim value As System.Integer
 
value = instance.Add(tabPosition)
public System.int Add( 
   Unit tabPosition
)

パラメータ

tabPosition
The position of the tab stop relative to the left edge of the text area.

戻り値の型

The index of the added TabPosition object in the current collection.
参照

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