ExcelServicesJob.SaveWorkbook Method (String, )
Saves the workbook output from the ProcessCompleteResult method.
Namespace: Microsoft.Office.Excel.Server.Addins.ComputeCluster
Assembly: Microsoft.Office.Excel.Server.Addins.ComputeCluster (in Microsoft.Office.Excel.Server.Addins.ComputeCluster.dll)
Syntax
'Declaration
Public Sub SaveWorkbook ( _
Location As String, _
FileLocationType As LocationType _
)
'Usage
Dim instance As ExcelServicesJob
Dim Location As String
Dim FileLocationType As LocationType
instance.SaveWorkbook(Location, FileLocationType)
public void SaveWorkbook(
string Location,
LocationType FileLocationType
)
Parameters
- Location
Type: System.String
The fully qualified path to the saved workbook, including file name.
- FileLocationType
Type: LocationType
The LocationType enumeration to save the file (either a file system or a SharePoint site).
See Also
Reference
Microsoft.Office.Excel.Server.Addins.ComputeCluster Namespace