バージョン

Add メソッド (CompositeLegendCollection)

CompositeLegendをこのコレクションに追加します。
シンタックス
'宣言
 
Public Function Add( _
   ByVal legend As CompositeLegend _
) As Integer
public int Add( 
   CompositeLegend legend
)

パラメータ

legend
追加するCompositeLegend。

戻り値の型

新しく追加したCompositeLegendのインデックス。
参照