_Application.AltStartupPath Property
Returns or sets the name of the alternate startup folder.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property AltStartupPath As String
Get
Set
'Usage
Dim instance As _Application
Dim value As String
value = instance.AltStartupPath
instance.AltStartupPath = value
string AltStartupPath { get; set; }
Property Value
Type: System.String