バージョン

Insert メソッド (TrendlineCollection)

指定されたインデックスにあるコレクションに新しい Trendline を挿入します。
シンタックス
'宣言
 
Public Function Insert( _
   ByVal index As System.Integer _
) As Trendline
public Trendline Insert( 
   System.int index
)

パラメータ

index
新しい近似曲線を挿入するインデックス。

戻り値の型

新規挿入された Trendline
参照

オンラインで表示: GitHub