Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorkbook Interface / Path Property


In This Topic
    Path Property (IWorkbook)
    In This Topic
    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