SparklineGroupCollection

SparklineGroupCollection

General

SparklineGroupCollection és una classe en Aspose.Cells per a Python.

Col·lecció d’objectes SparklineGroup (ws.sparkline_groups).

Propietats

NameTypeAccessDescription
countintReadReturns the number of SparklineGroup objects in the collection

Mètodes

SignatureDescription
__init__(worksheet)
add(sparkline_type, data_range: str, is_vertical: bool, location_range: str)SparklineGroupCreate a SparklineGroup and auto-populate sparklines from ranges.
add_group(sparkline_type)SparklineGroupAdd an empty SparklineGroup; caller adds sparklines manually.
Add(sparkline_type, data_range, is_vertical, location_range)SparklineGroupCreates a SparklineGroup and auto‑populates sparklines from the supplied ranges (alias of add)
AddGroup(sparkline_type)SparklineGroupAdds 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
 Català