Class GridSaveOptions
Contents
[
Hide
]GridSaveOptions class
Represents all save options
public class GridSaveOptions
Properties
| Name | Description | 
|---|---|
| CachedFileFolder { get; set; } | The cached file folder is used to store some large data. | 
| ClearData { get; set; } | Make the workbook empty after saving the file. | 
| CreateDirectory { get; set; } | If true and the directory does not exist, the directory will be automatically created before saving the file. | 
| MergeAreas { get; set; } | Indicates whether merge the areas of conditional formatting and validation before saving the file. | 
| RefreshChartCache { get; set; } | Indicates whether refreshing chart cache data | 
| SaveFormat { get; } | Gets the save file format. | 
| SortNames { get; set; } | Indicates whether sorting defined names before saving file. | 
| ValidateMergedAreas { get; set; } | Indicates whether validate merged cells before saving the file. | 
See Also
- namespace Aspose.Cells.GridWeb.Data
 - assembly Aspose.Cells.GridWeb