add method

add

Add a sparkline.

def add(self, data_range, row, column):
    ...
ParameterTypeDescription
data_rangestrSpecifies the new data range of the sparkline.
rowintThe row index of the location.
columnintThe column index of the location.

See Also