SparklineGroup
Overview
SparklineGroup is a struct in Aspose.Cells FOSS for Rust.
A sparkline group contains sparkline items that share type and settings.
This struct provides 10 methods for working with SparklineGroup objects in Rust programs.
Available methods include: data_range, get_data_range, get_location_range, get_sparkline_type, location_range, remove, set_data_range, set_location_range, set_sparkline_type, sparkline_type.
All public members are accessible to any Rust application after installing the Aspose.Cells FOSS for Rust package.
Methods
| Signature | Description |
|---|---|
sparkline_type() → SparklineType | Gets the sparkline type. |
get_sparkline_type() → SparklineType | Gets the sparkline type. |
set_sparkline_type(value: SparklineType) | Sets the sparkline type. |
data_range() → &str | Gets the data range for the sparkline group. |
get_data_range() → &str | Gets the data range for the sparkline group. |
set_data_range(value: impl Into<String>) → Result<(), CellsError> | Sets the data range for the sparkline group. |
location_range() → &str | Gets the location range where sparkline cells are placed. |
get_location_range() → &str | Gets the location range where sparkline cells are placed. |
set_location_range(value: impl Into<String>) → Result<(), CellsError> | Sets the location range where sparkline cells are placed. |
remove() | Removes this sparkline group from its owning worksheet. |