'宣言 Overloads Sub Add( _ ByVal source As IRange, _ ByVal rowCol As RowCol, _ ByVal seriesLabels As System.Boolean, _ ByVal categoryLabels As System.Boolean _ )
void Add( IRange source, RowCol rowCol, System.bool seriesLabels, System.bool categoryLabels )
パラメータ
- source
- 新しいデータを表す Range オブジェクトまたはデータポイントの配列。
- rowCol
- 新しい値が指定された範囲の行と列のどちらにあるかを指定します。
- seriesLabels
- 最初の行または列にデータ系列の名前がある場合は、true。最初の行または列に 系列の最初のデータポイントがある場合は、false。
- categoryLabels
- 最初の行または列にカテゴリラベルの名前がある場合は、true。最初の行または列に 系列の最初のデータポイントがある場合は、false。