Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / XFile Class / GetIDByName Method
The file name.


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

    Parameters

    name
    The file name.

    Return Value

    Returns the relation id of the file.
    See Also