var instance = new GC.Spread.Sheets.Worksheet(name); var value; // Type: Sparkline value = instance.setSparkline(row, col, dataRange, dataOrientation, sparklineType, sparklineSetting, dateAxisRange, dateAxisOrientation);
function setSparkline( row : number, col : number, dataRange : undefined, dataOrientation : DataOrientation, sparklineType : SparklineType, sparklineSetting : SparklineSetting, dateAxisRange : undefined, dateAxisOrientation : DataOrientation ) : Sparkline;
Parameters
- row
- The row index.
- col
- The column index.
- dataRange
- The data range.
- dataOrientation
- The data orientation.
- sparklineType
- The sparkline type.
- sparklineSetting
- The sparkline setting.
- dateAxisRange
- The date axis range.
- dateAxisOrientation
- The date axis range orientation.
Return Value
The sparkline.