ActiveReports 12
Save(String) Method

GrapeCity.ActiveReports.Export.Excel.v12 Assembly > GrapeCity.SpreadBuilder Namespace > Workbook Class > Save Method : Save(String) Method
The file name and path to which to save the workbook.
Saves the current workbook to the specified file.
Syntax
'Declaration
 
Public Overloads Sub Save( _
   ByVal filePath As String _
) 
public void Save( 
   string filePath
)

Parameters

filePath
The file name and path to which to save the workbook.
Remarks
Permissions to write to the specified file are Demanded.
See Also

Reference

Workbook Class
Workbook Members
Overload List