Aspose::Cells::Charts::SparklineCollection::Add method

SparklineCollection::Add(const U16String&, int32_t, int32_t) method

Add a sparkline.

int32_t Aspose::Cells::Charts::SparklineCollection::Add(const U16String &dataRange, int32_t row, int32_t column)
ParameterTypeDescription
dataRangeconst U16String&Specifies the new data range of the sparkline.
rowint32_tThe row index of the location.
columnint32_tThe column index of the location.

See Also

SparklineCollection::Add(const char16_t*, int32_t, int32_t) method

Add a sparkline.

int32_t Aspose::Cells::Charts::SparklineCollection::Add(const char16_t *dataRange, int32_t row, int32_t column)
ParameterTypeDescription
dataRangeconst char16_t*Specifies the new data range of the sparkline.
rowint32_tThe row index of the location.
columnint32_tThe column index of the location.

See Also