process method

process(self)

Processes the smart markers and populates the data source values.


def process(self):
    ...

process(self, is_preserved)

Processes the smart markers and populates the data source values.


def process(self, is_preserved):
    ...
ParameterTypeDescription
is_preservedboolTrue if the unrecognized smart marker is preserved.

process(self, range, is_preserved)

Processes the smart markers and populates the data source values.


def process(self, range, is_preserved):
    ...
ParameterTypeDescription
rangeRangeThe range to be processed
is_preservedboolTrue if the unrecognized smart marker is preserved.

process(self, sheet_index, is_preserved)

Processes the smart markers and populates the data source values.


def process(self, sheet_index, is_preserved):
    ...
ParameterTypeDescription
sheet_indexintWorksheet index.
is_preservedboolTrue if the unrecognized smart marker is preserved.

Remarks

This method works on worksheet level.

See Also