SpreadsheetGear 2017
FullName Property (IWorkbook)






SpreadsheetGear Namespace > IWorkbook Interface : FullName Property
Gets or sets the full name (including the path) of the workbook.
Syntax
'Declaration
 
Property FullName As System.String
'Usage
 
Dim instance As IWorkbook
Dim value As System.String
 
instance.FullName = value
 
value = instance.FullName
System.string FullName {get; set;}
read-write property FullName: System.String; 
function get,set FullName : System.String
__property System.string* get_FullName();
__property void set_FullName( 
   System.string* value
);
property System.String^ FullName {
   System.String^ get();
   void set (    System.String^ value);
}
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

IWorkbook Interface
IWorkbook Members
Name Property