FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class > Open Method : Open(Stream) Method |
string fileName; fileName = "D:\\mine.xml"; System.IO.Stream stream; stream = System.IO.File.Open(fileName, System.IO.FileMode.Open); FpSpread1.Open(stream);
Dim fileName As String fileName = "D:\mine.xml" Dim stream As System.IO.Stream stream = System.IO.File.Open(fileName, System.IO.FileMode.Open) FpSpread1.Open(stream)
Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional