Saves the format of this table as a template file, which you can then use to create other tables of the same type and that look the same.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SaveAsTemplate( _
ByVal FileName As String _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ITableAnnotation
Dim FileName As String
Dim value As Boolean
value = instance.SaveAsTemplate(FileName)
|
C# | |
---|
bool SaveAsTemplate(
string FileName
) |
C++/CLI | |
---|
bool SaveAsTemplate(
& String^ FileName
) |
Parameters
- FileName
- Full path and filename to which to save the table template file (see Remarks)
Return Value
True if the table is saved as a template file, false if not
Remarks
See Also