Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Description

Sets whether ExcelWriter should remove data markers in the template that do not bind to data sources in code.

C#
vb.net

Remarks

By default, if a data marker does not bind to a data source, ExcelWriter will throw an exception. If RemoveExtraDataMarkers is set to true, ExcelWriter will remove extra data markers silently.

If a data marker includes the "Optional" modifier, and does not bind to a data source, ExcelWriter will remove it without error even if RemoveExtraDataMarkers is set to false.

RemoveExtraDataMarkers is a Read/Write property.

Examples

C#
vb.net
  • No labels