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


In This Topic
    FullName Property (Workbook)
    In This Topic
    Gets the name of this workbook, including its path, as a string.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FullName As String
    'Usage
     
    
    Dim instance As Workbook
    Dim value As String
     
    value = instance.FullName
    public string FullName {get;}

    Property Value

    The full name of this workbook.
    See Also