PrintDocument for WinForms
IndexOf メソッド (TabPositionCollection)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > TabPositionCollection クラス : IndexOf メソッド
The object to get the index of.
Gets the index of a TabPosition object in the current collection.
シンタックス
'宣言
 
Public Function IndexOf( _
   ByVal tabPosition As TabPosition _
) As System.Integer
'使用法
 
Dim instance As TabPositionCollection
Dim tabPosition As TabPosition
Dim value As System.Integer
 
value = instance.IndexOf(tabPosition)
public System.int IndexOf( 
   TabPosition tabPosition
)

パラメータ

tabPosition
The object to get the index of.

戻り値の型

The index of tabPosition in the current collection.
参照

TabPositionCollection クラス
TabPositionCollection メンバ