Spread Windows Forms 12.0 Product Documentation
FullName Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IWorkbook Interface : FullName Property
Gets the name of this workbook, including its path, as a string.
Syntax
'Declaration
 
ReadOnly Property FullName As String
'Usage
 
Dim instance As IWorkbook
Dim value As String
 
value = instance.FullName
string FullName {get;}

Property Value

The full name of this workbook.
See Also

Reference

IWorkbook Interface
IWorkbook Members