FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class > Save Method : Save(String,Boolean) Method |
'Declaration Public Overloads Function Save( _ ByVal fileName As String, _ ByVal dataOnly As Boolean _ ) As Boolean
string fileName; fileName = "D:\\mine.xml"; FpSpread1.Save(fileName, true);
Dim fileName As String fileName = "D:\mine.xml" FpSpread1.Save(fileName, True)
Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional