cell_name_attribute property

cell_name_attribute property

Specifies the attribute that indicates the CellName to be written. (e.g. If the value is “id”, then for cell “A1”, the output will be:). The default value is null.

Definition:

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

See Also