Workbook._SaveAs Method
Visual Studio 2012
This API supports the Visual Studio infrastructure and is not intended to be used directly from your code.
Namespace:
Microsoft.Office.Tools.ExcelAssembly: Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)
void _SaveAs(
Object Filename,
Object FileFormat,
Object Password,
Object WriteResPassword,
Object ReadOnlyRecommended,
Object CreateBackup,
XlSaveAsAccessMode AccessMode,
Object ConflictResolution,
Object AddToMru,
Object TextCodepage,
Object TextVisualLayout
)
Parameters
- Filename
- Type: Object
- FileFormat
- Type: Object
- Password
- Type: Object
- WriteResPassword
- Type: Object
- ReadOnlyRecommended
- Type: Object
- CreateBackup
- Type: Object
- AccessMode
- Type: XlSaveAsAccessMode
- ConflictResolution
- Type: Object
- AddToMru
- Type: Object
- TextCodepage
- Type: Object
- TextVisualLayout
- Type: Object
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.