Exports the inspection report to Microsoft Excel.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function ExportToExcel( _
ByVal TemplatePath As System.String, _
ByVal FilePath As System.String, _
ByVal Multisheet As System.Boolean _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IInspectionProject
Dim TemplatePath As System.String
Dim FilePath As System.String
Dim Multisheet As System.Boolean
Dim value As System.Boolean
value = instance.ExportToExcel(TemplatePath, FilePath, Multisheet) |
Parameters
- TemplatePath
- Full path name of the inspection report template to use (see Remarks)
- FilePath
- Full path name of the Microsoft Excel file to export
- Multisheet
- True if multisheet, false if not
Return Value
True if export is successful, false if not
Remarks
See Also
Availability
SOLIDWORKS Inspection API 2022 FCS