SpreadsheetGear 2017
AltStartupPath Property (IWorkbookSet)






SpreadsheetGear Namespace > IWorkbookSet Interface : AltStartupPath Property
Gets or sets the alternate startup path, which is referred to by some external formula references.
Syntax
'Declaration
 
Property AltStartupPath As System.String
'Usage
 
Dim instance As IWorkbookSet
Dim value As System.String
 
instance.AltStartupPath = value
 
value = instance.AltStartupPath
System.string AltStartupPath {get; set;}
read-write property AltStartupPath: System.String; 
function get,set AltStartupPath : System.String
__property System.string* get_AltStartupPath();
__property void set_AltStartupPath( 
   System.string* value
);
property System.String^ AltStartupPath {
   System.String^ get();
   void set (    System.String^ value);
}
Remarks
The default value is "".
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IWorkbookSet Interface
IWorkbookSet Members
LibraryPath Property
StartupPath Property