Back to Devexpress

DocumentOptions.Save Property

officefileapi-devexpress-dot-spreadsheet-dot-documentoptions-2f142e81.md

latest1.5 KB
Original Source

DocumentOptions.Save Property

Provides access to the workbook save options.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public WorkbookSaveOptions Save { get; }
vb
Public ReadOnly Property Save As WorkbookSaveOptions

Property Value

TypeDescription
WorkbookSaveOptions

A WorkbookSaveOptions object that contains settings related to document saving.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Save
ISpreadsheetComponent

.Options .Save

|

See Also

DocumentOptions Class

DocumentOptions Members

DevExpress.Spreadsheet Namespace