Visual Basic (Declaration) | |
---|---|
Public Overloads Sub Save( _ ByVal filePath As System.String _ ) |
C# | |
---|---|
public void Save( System.string filePath ) |
Parameters
- filePath
- The file name and path to which to save the workbook.
Permissions to write to the specified file are Demanded.