Back to Devexpress

SpreadsheetControl.LoadDocument Method

wpf-devexpress-dot-xpf-dot-spreadsheet-dot-spreadsheetcontrol-dot-loaddocument.md

latest1.6 KB
Original Source

SpreadsheetControl.LoadDocument Method

NameParametersDescription
LoadDocument()noneInvokes the Open modal dialog box.
LoadDocument(Byte[], DocumentFormat)buffer, formatLoads a document from a byte array.
LoadDocument(Byte[])bufferLoads the document from a Byte[] array.
LoadDocument(Stream, DocumentFormat)stream, formatLoads a document from a stream, specifying the document format.
LoadDocument(Stream)streamLoads a document from a stream.
LoadDocument(String, DocumentFormat)fileName, formatLoads a document from a file, specifying the document format.
LoadDocument(String)fileNameLoads the specified file.
LoadDocument(IWin32Window)parentInvokes the Open modal dialog box with the specified owner.