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 Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6