PrintDocument for WinForms
IndexOf メソッド (ExportProviders)


C1.PrintDocument.6 アセンブリ > C1.C1Preview.Export 名前空間 > ExportProviders クラス : IndexOf メソッド
The export provider to search for.
Gets the index of the specified ExportProvider in the current collection.
シンタックス
'宣言
 
Public Function IndexOf( _
   ByVal exportProvider As ExportProvider _
) As System.Integer
'使用法
 
Dim instance As ExportProviders
Dim exportProvider As ExportProvider
Dim value As System.Integer
 
value = instance.IndexOf(exportProvider)
public System.int IndexOf( 
   ExportProvider exportProvider
)

パラメータ

exportProvider
The export provider to search for.

戻り値の型

Index of the specified export provider in the current collection, or -1 if it was not found.
参照

ExportProviders クラス
ExportProviders メンバ