Spread.Sheets
Sparkline メソッド
行インデックス。
列インデックス。
スパークラインが参照するデータ範囲。
範囲の方向。
スパークラインの種類。
スパークラインの設定。
スパークラインクラスを表します。
シンタックス
Javascript (Usage) 
var value; // Type: any
value = GC.Spread.Sheets.Sparklines.Sparkline(row, column, dataReference, dataOrientation, type, setting);
Javascript (Specification) 
function Sparkline( 
   row : number,
   column : number,
   dataReference : Range,
   dataOrientation : DataOrientation,
   type : SparklineType,
   setting : SparklineSetting
) : any;

パラメータ

row
行インデックス。
column
列インデックス。
dataReference
スパークラインが参照するデータ範囲。
dataOrientation
範囲の方向。
type
スパークラインの種類。
setting
スパークラインの設定。

関連トピック

参照

Sparklines タイプ

 

 


© 2016-2018, GrapeCity inc. All rights reserved.