WorkbookDesigner.Process

Process()

Processes the smart markers and populates the data source values.

public void Process()

See Also


Process(bool)

Processes the smart markers and populates the data source values.

public void Process(bool isPreserved)
ParameterTypeDescription
isPreservedBooleanTrue if the unrecognized smart marker is preserved.

See Also


Process(int, bool)

Processes the smart markers and populates the data source values.

public void Process(int sheetIndex, bool isPreserved)
ParameterTypeDescription
sheetIndexInt32Worksheet index.
isPreservedBooleanTrue if the unrecognized smart marker is preserved.

Remarks

This method works on worksheet level.

See Also