DbfSaveOptions

DbfSaveOptions class

Constructors

NameDescription
DbfSaveOptions

Properties

NameTypeDescription
ExportAsStringboolean
SaveFormatintGets the save file format. The value of the property is SaveFormat integer constant.
ClearDatabooleanMake the workbook empty after saving the file.
CachedFileFolderStringThe cached file folder is used to store some large data.
ValidateMergedAreasbooleanIndicates whether validate merged cells before saving the file. The default value is false.
MergeAreasbooleanIndicates whether merge the areas of conditional formatting and validation before saving the file. The default value is
CreateDirectorybooleanIf true and the directory does not exist, the directory will be automatically created before saving the file. The defaul
SortNamesbooleanIndicates whether sorting defined names before saving file.
SortExternalNamesbooleanIndicates whether sorting external defined names before saving file.
RefreshChartCachebooleanIndicates whether refreshing chart cache data
WarningCallbackIWarningCallbackGets or sets warning callback.
CheckExcelRestrictionboolean
UpdateSmartArtbooleanIndicates whether updating smart art setting. The default value is false. Only effects after calling Shape.GetResultOfSm
EncryptDocumentPropertiesboolean

DbfSaveOptions()

DbfSaveOptions.ExportAsString property

Type: boolean

DbfSaveOptions.SaveFormat property

Gets the save file format. The value of the property is SaveFormat integer constant.

Type: int

DbfSaveOptions.ClearData property

Make the workbook empty after saving the file.

Type: boolean

DbfSaveOptions.CachedFileFolder property

The cached file folder is used to store some large data.

Type: String

DbfSaveOptions.ValidateMergedAreas property

Indicates whether validate merged cells before saving the file. The default value is false.

Type: boolean

DbfSaveOptions.MergeAreas property

Indicates whether merge the areas of conditional formatting and validation before saving the file. The default value is false.

Type: boolean

DbfSaveOptions.CreateDirectory property

If true and the directory does not exist, the directory will be automatically created before saving the file. The default value is false.

Type: boolean

DbfSaveOptions.SortNames property

Indicates whether sorting defined names before saving file.

Type: boolean

DbfSaveOptions.SortExternalNames property

Indicates whether sorting external defined names before saving file.

Type: boolean

DbfSaveOptions.RefreshChartCache property

Indicates whether refreshing chart cache data

Type: boolean

DbfSaveOptions.WarningCallback property

Gets or sets warning callback.

Type: IWarningCallback

DbfSaveOptions.CheckExcelRestriction property

Type: boolean

DbfSaveOptions.UpdateSmartArt property

Indicates whether updating smart art setting. The default value is false. Only effects after calling Shape.GetResultOfSmartArt() method and the cached shapes exist in the template file.

Type: boolean

DbfSaveOptions.EncryptDocumentProperties property

Type: boolean