Back to Devexpress

ISpreadsheetComponent.SaveDocument Method

officefileapi-devexpress-dot-spreadsheet-dot-ispreadsheetcomponent-dot-savedocument.md

latest2.4 KB
Original Source

ISpreadsheetComponent.SaveDocument Method

NameParametersDescription
SaveDocument(DocumentFormat, EncryptionSettings)format, encryptionSettingsSaves a document to an array of bytes in the specified format with the specified encryption settings.
SaveDocument(DocumentFormat)formatSaves a document to an array of bytes in the specified format.
SaveDocument(Stream, DocumentFormat, EncryptionSettings)stream, format, encryptionSettingsSaves the document to a stream, specifying the document format anf encryption options.
SaveDocument(Stream, DocumentFormat)stream, formatSaves the document to a stream, specifying the document format.
SaveDocument(String, DocumentFormat, EncryptionSettings)fileName, format, encryptionSettingsSaves the document to a file, specifying the document format and encryption options.
SaveDocument(String, DocumentFormat)fileName, formatSaves the document to a file, specifying the document format.
SaveDocument(String, EncryptionSettings)fileName, encryptionSettingsSaves the document to the specified file with the specified encryption options. The file format is identified by the file extension.
SaveDocument(String)fileNameSaves the document to the specified file. The file format is identified by the file extension.