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


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

パラメータ

tabPosition
The position of the tab stop relative to the left edge of the text area.
tabAlignment
The text alignment at the specified tab stop.

戻り値の型

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

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