Skip to main content

SpreadsheetControl.LoadDocument() Method

Invokes the Open modal dialog box.

Namespace: DevExpress.Xpf.Spreadsheet

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

NuGet Package: DevExpress.Wpf.Spreadsheet

Declaration

public virtual void LoadDocument()

Remarks

The LoadDocument method displays the Open dialog box that allows users to browse folders and specify a file to load in the SpreadsheetControl.

See Also