PrintDocument for WinForms
Item(String) プロパティ


C1.PrintDocument.6 アセンブリ > C1.C1Preview.DataBinding 名前空間 > DataSetFieldCollection クラス > Item プロパティ : Item(String) プロパティ
The name of the field.
Gets the field with the specified name.
シンタックス
'宣言
 
Public Overloads ReadOnly Property Item( _
   ByVal name As System.String _
) As DataSetField
'使用法
 
Dim instance As DataSetFieldCollection
Dim name As System.String
Dim value As DataSetField
 
value = instance.Item(name)
public DataSetField Item( 
   System.string name
) {get;}

パラメータ

name
The name of the field.

プロパティ値

The DataSetField object with the specified C1.C1Preview.NamedCollectionItem.Name, or null if a field with the specified name was not found.
参照

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