SparklineGroupCollection
General
SparklineGroupCollection és una classe en Aspose.Cells per a Python.
Col·lecció d’objectes SparklineGroup (ws.sparkline_groups).
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
count | int | Read | Returns the number of SparklineGroup objects in the collection |
Mètodes
| Signature | Description |
|---|---|
__init__(worksheet) | |
add(sparkline_type, data_range: str, is_vertical: bool, location_range: str) → SparklineGroup | Create a SparklineGroup and auto-populate sparklines from ranges. |
add_group(sparkline_type) → SparklineGroup | Add an empty SparklineGroup; caller adds sparklines manually. |
Add(sparkline_type, data_range, is_vertical, location_range) → SparklineGroup | Creates a SparklineGroup and auto‑populates sparklines from the supplied ranges (alias of add) |
AddGroup(sparkline_type) → SparklineGroup | Adds an empty SparklineGroup; sparklines are added later (alias of add_group) |
make_data_ref(row) | Creates a data reference for the specified row index |
make_data_ref(col) | |
copy(new_ws) → 'SparklineGroupCollection' | Returns a copy of the collection attached to the provided worksheet |