バージョン

GetStringValue メソッド (GanttDataAdapter)

指定したシリーズおよび項目インデックスを指定して値を取得します。
シンタックス
'宣言
 
Public Overrides Function GetStringValue( _
   ByVal rowIndex As Integer, _
   ByVal columnIndex As Integer _
) As String
public override string GetStringValue( 
   int rowIndex,
   int columnIndex
)

パラメータ

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

戻り値の型

空の文字列。
参照