Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Workbook Class / Path Property


In This Topic
    Path Property (Workbook)
    In This Topic
    Gets a string that represents the complete path to the workbook/file that this workbook object respresents.
    Syntax
    'Declaration
     
    
    Public Property Path As String
    'Usage
     
    
    Dim instance As Workbook
    Dim value As String
     
    instance.Path = value
     
    value = instance.Path
    public string Path {get; set;}

    Property Value

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