Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / Parser Class / HasCommonName Method
The specified data model.
The specified custom name.


In This Topic
    HasCommonName Method
    In This Topic
    Checks if the specified custom name is one of the common scope custom names of the specified data model.
    Syntax
    'Declaration
     
    
    Public Shared Function HasCommonName( _
       ByVal dataModel As Object, _
       ByVal name As String _
    ) As Boolean
    'Usage
     
    
    Dim dataModel As Object
    Dim name As String
    Dim value As Boolean
     
    value = Parser.HasCommonName(dataModel, name)
    public static bool HasCommonName( 
       object dataModel,
       string name
    )

    Parameters

    dataModel
    The specified data model.
    name
    The specified custom name.

    Return Value

    true if the specified custom name is one of the common custom names of the specified data model.
    See Also