DataExportHelperUseSharedStringStorage Property |
Defines whether to use shared string table for storing text values.
When value is false text is being stored as inline string.
Applies only to Excel export.
Namespace: CMS.ImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 11.0.0
Syntax public virtual bool UseSharedStringStorage { get; set; }
Property Value
Type:
BooleanSee Also