Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / XFile Class / GetFileByRelationID Method
id


In This Topic
    GetFileByRelationID Method
    In This Topic
    Gets the file by relation ID.
    Syntax
    'Declaration
     
    
    Public Function GetFileByRelationID( _
       ByVal id As String _
    ) As XFile
    'Usage
     
    
    Dim instance As XFile
    Dim id As String
    Dim value As XFile
     
    value = instance.GetFileByRelationID(id)
    public XFile GetFileByRelationID( 
       string id
    )

    Parameters

    id
    id

    Return Value

    Instance of XFile
    See Also