Skip to main content
A newer version of this page is available. .

SpreadsheetControl.SaveDocument(String) Method

Saves the document to the specified file. The file format is identified by the file extension.

Namespace: DevExpress.Xpf.Spreadsheet

Assembly: DevExpress.Xpf.Spreadsheet.v18.2.dll

Declaration

public void SaveDocument(
    string fileName
)

Parameters

Name Type Description
fileName String

A string value specifying the path to a file into which to save the document.

See Also