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