Saves this BOM table annotation as a Microsoft Excel document with the specified properties.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SaveAsExcel( _
ByVal FileName As System.String, _
ByVal IncludeHidden As System.Boolean, _
ByVal IncludeFileImages As System.Boolean _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IBomTableAnnotation
Dim FileName As System.String
Dim IncludeHidden As System.Boolean
Dim IncludeFileImages As System.Boolean
Dim value As System.Boolean
value = instance.SaveAsExcel(FileName, IncludeHidden, IncludeFileImages) |
Parameters
- FileName
- Full path and file name of the Microsoft Excel file to save to (*.xls)
- IncludeHidden
- True to include text in hidden cells, false to not
- IncludeFileImages
- True to include file images, false to not
Return Value
True if the table is saved as a Microsoft Excel file, false if not
Example
See Also
Availability
SOLIDWORKS 2019 FCS, Revision Number 27.0