line_by_line property

line_by_line property

Indicates whether processing the smart marker line by line.

Remarks

The default value is true. If False, the template file must contain a range which is named as “_CellsSmartMarkers”.

Definition:

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

See Also