Back to Devexpress

SpreadsheetControl.LoadDocument Method

windowsforms-devexpress-dot-xtraspreadsheet-dot-spreadsheetcontrol-dot-loaddocument.md

latest1.7 KB
Original Source

SpreadsheetControl.LoadDocument Method

NameParametersDescription
LoadDocument()noneInvokes the Open dialog, creates a specific importer and loads the file.
LoadDocument(Byte[], DocumentFormat)buffer, formatLoads a document from a byte array.
LoadDocument(Byte[])bufferLoad the document from a Byte[] array.
LoadDocument(Stream, DocumentFormat)stream, formatLoads a document from a stream, specifying the document format.
LoadDocument(Stream)streamLoads the document from a stream.
LoadDocument(String, DocumentFormat)fileName, formatLoads a document from a file, specifying the document format.
LoadDocument(String)fileNameLoads a document from a file.
LoadDocument(IWin32Window)parentInvokes the Open file dialog as a child of the specified parent window.