Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / XFile Class / RelationFiles Property


In This Topic
    RelationFiles Property
    In This Topic
    Gets the relation files.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property RelationFiles As Hashtable
    'Usage
     
    
    Dim instance As XFile
    Dim value As Hashtable
     
    value = instance.RelationFiles
    public Hashtable RelationFiles {get;}

    Property Value

    The relation files.
    See Also