Spread Windows Forms 12.0 Product Documentation
Path Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IWorkbook Interface : Path Property
Gets a string that represents the complete path to the workbook/file that this workbook object respresents.
Syntax
'Declaration
 
ReadOnly Property Path As String
'Usage
 
Dim instance As IWorkbook
Dim value As String
 
value = instance.Path
string Path {get;}

Property Value

The complete path to the workbook/file that this workbook object respresents.
See Also

Reference

IWorkbook Interface
IWorkbook Members