Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SupBook Class / fileName Field


In This Topic
    fileName Field
    In This Topic
    Internal use only. Path and file name of the SupBook.
    Syntax
    'Declaration
     
    
    Public fileName As String
    'Usage
     
    
    Dim instance As SupBook
    Dim value As String
     
    value = instance.fileName
     
    instance.fileName = value
    public string fileName
    See Also