バージョン

GetObjectValue メソッド (GanttDataAdapter)

データセットおよび項目インデックスを指定してGanttSeriesを取得します。
シンタックス
'宣言
 
Public Overrides Function GetObjectValue( _
   ByVal rowIndex As Integer, _
   ByVal columnIndex As Integer _
) As Object
public override object GetObjectValue( 
   int rowIndex,
   int columnIndex
)

パラメータ

rowIndex
項目を取得するGanttSeriesのインデックス。
columnIndex
GanttItemを取得するデータセットのインデックス。

戻り値の型

指定されたデータセットおよび項目インデックスに位置するGanttSeries。
参照