is_name_auto property

is_name_auto property

Returns if Microsoft Excel automatically determines the name of the trendline.

Definition:

@property
def is_name_auto(self):
    ...
@is_name_auto.setter
def is_name_auto(self, value):
    ...

See Also