Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / XFile Class / AddRelationFile Method
file


In This Topic
    AddRelationFile Method
    In This Topic
    Adds the relation file.
    Syntax
    'Declaration
     
    
    Public Function AddRelationFile( _
       ByVal file As XFile, _
       Optional ByVal preferRid As String _
    ) As String
    'Usage
     
    
    Dim instance As XFile
    Dim file As XFile
    Dim preferRid As String
    Dim value As String
     
    value = instance.AddRelationFile(file, preferRid)
    public string AddRelationFile( 
       XFile file,
       string preferRid
    )

    Parameters

    file
    file
    preferRid

    Return Value

    relation id.
    See Also