SpreadsheetGear 2017
LibraryPath Property (IWorkbookSet)






SpreadsheetGear Namespace > IWorkbookSet Interface : LibraryPath Property
Gets or sets the library path which is referred to by some external formula references.
Syntax
'Declaration
 
Property LibraryPath As System.String
'Usage
 
Dim instance As IWorkbookSet
Dim value As System.String
 
instance.LibraryPath = value
 
value = instance.LibraryPath
System.string LibraryPath {get; set;}
read-write property LibraryPath: System.String; 
function get,set LibraryPath : System.String
__property System.string* get_LibraryPath();
__property void set_LibraryPath( 
   System.string* value
);
property System.String^ LibraryPath {
   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
AltStartupPath Property
StartupPath Property