Saves this table to a text data file.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SaveAsText2( _
ByVal FileName As System.String, _
ByVal Separator As System.String, _
ByVal IncludeHidden As System.Boolean _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ITableAnnotation
Dim FileName As System.String
Dim Separator As System.String
Dim IncludeHidden As System.Boolean
Dim value As System.Boolean
value = instance.SaveAsText2(FileName, Separator, IncludeHidden) |
Parameters
- FileName
- Full path and filename of text data file (see Remarks)
- Separator
- Character or string to use to separate each of the text within each of the cells in the table in the text file (see Remarks)
- IncludeHidden
- True to include text in hidden cells, false to not
Return Value
True if table is saved as a text file, false if not
Remarks
See Also
Availability
SOLIDWORKS 2018 FCS, Revision Number 26.0