Add
SparklineCollection.Add method
添加迷你图。
public int Add(string dataRange, int row, int column)
范围 | 类型 | 描述 |
---|---|---|
dataRange | String | 指定迷你图的新数据范围。 |
row | Int32 | 位置的行索引。 |
column | Int32 | 位置的列索引。 |
也可以看看
- class SparklineCollection
- 命名空间 Aspose.Cells.Charts
- 部件 Aspose.Cells
添加迷你图。
public int Add(string dataRange, int row, int column)
范围 | 类型 | 描述 |
---|---|---|
dataRange | String | 指定迷你图的新数据范围。 |
row | Int32 | 位置的行索引。 |
column | Int32 | 位置的列索引。 |