SpreadsheetGear 2017
SaveToFile Method






SpreadsheetGear.Windows.Xps Namespace > WorkbookXpsDocument Class : SaveToFile Method
Syntax
'Declaration
 
Public Sub SaveToFile( _
   ByVal fileName As System.String _
) 
'Usage
 
Dim instance As WorkbookXpsDocument
Dim fileName As System.String
 
instance.SaveToFile(fileName)
public void SaveToFile( 
   System.string fileName
)
public procedure SaveToFile( 
    fileName: System.String
); 
public function SaveToFile( 
   fileName : System.String
);
public: void SaveToFile( 
   System.string* fileName
) 
public:
void SaveToFile( 
   System.String^ fileName
) 

Parameters

fileName
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WorkbookXpsDocument Class
WorkbookXpsDocument Members