FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread.Chart 名前空間 > SeriesDataFieldCollection クラス > Item プロパティ : Item(String) プロパティ |
'Declaration Public Overloads ReadOnly Property Item( _ ByVal fieldName As String _ ) As SeriesDataField
'使用法 Dim instance As SeriesDataFieldCollection Dim fieldName As String Dim value As SeriesDataField value = instance.Item(fieldName)
public SeriesDataField Item( string fieldName ) {get;}