Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ZipHelper.MemoryFolder Class / RootFile Property


In This Topic
    RootFile Property
    In This Topic
    Gets or sets the root package file of the memory file.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property RootFile As XFile
    'Usage
     
    
    Dim instance As ZipHelper.MemoryFolder
    Dim value As XFile
     
    value = instance.RootFile
    public XFile RootFile {get;}
    See Also