バージョン

Add メソッド (SparklineCollection)

スパークラインのない新しい SparklineGroup を追加します。
シンタックス
'宣言
 
Public Function Add( _
   ByVal row As System.Integer, _
   ByVal column As System.Integer, _
   ByVal dataRegion As System.String, _
   Optional ByVal cellReferenceMode As System.Nullable(Of CellReferenceMode) _
) As Sparkline
public Sparkline Add( 
   System.int row,
   System.int column,
   System.string dataRegion,
   System.Nullable<CellReferenceMode> cellReferenceMode
)

パラメータ

row
スパークライン セルの 0 から始まる行。
column
スパークライン セルの 0 から始まる列。
dataRegion
データ領域を説明する文字列。
cellReferenceMode
dataRegion を解析するために使用されるオプションの Infragistics.Documents.Excel.CellReferenceMode。null 値の場合、ワークブックのモードに設定されます。

戻り値の型

追加されたスパークライン。
参照

オンラインで表示: GitHub