バージョン

Add メソッド (SparklineGroupCollection)

新しい SparklineGroup を追加します。
シンタックス
'宣言
 
Public Function Add( _
   ByVal type As SparklineType, _
   ByVal locationRange As System.String, _
   ByVal dataRange As System.String, _
   Optional ByVal groupInitializer As System.Action(Of SparklineGroup), _
   Optional ByVal cellReferenceMode As System.Nullable(Of CellReferenceMode) _
) As SparklineGroup
public SparklineGroup Add( 
   SparklineType type,
   System.string locationRange,
   System.string dataRange,
   System.Action<SparklineGroup> groupInitializer,
   System.Nullable<CellReferenceMode> cellReferenceMode
)

パラメータ

type
グループのタイプ。
locationRange
グループのスパークラインの集計された場所。
dataRange
グループのすべてのスパークラインの集計されたデータ範囲。
groupInitializer
コレクションに追加される前にグループを初期化するオプションのコールバック。
cellReferenceMode
場所およびデータ範囲を解析するために使用されるオプションの Infragistics.Documents.Excel.CellReferenceMode。null 値の場合、ワークブックのモードに設定されます。

戻り値の型

追加されたグループ
参照

オンラインで表示: GitHub