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


In This Topic
    HasScopeName Method
    In This Topic
    Checks if the specified custom name is one of the model scope custom names of the specified data model.
    Syntax
    'Declaration
     
    
    Public Shared Function HasScopeName( _
       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.HasScopeName(dataModel, name)
    public static bool HasScopeName( 
       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 model scope custom names of the specified data model.
    See Also