Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NCellBodyList Class / Contains Method
cell


In This Topic
    Contains Method (NCellBodyList)
    In This Topic
    Determines whether the specified cell is in the collection
    Syntax
    'Declaration
     
    
    Public Function Contains( _
       ByVal value As NCellBody _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NCellBodyList
    Dim value As NCellBody
    Dim value As System.Boolean
     
    value = instance.Contains(value)
    public System.bool Contains( 
       NCellBody value
    )

    Parameters

    value
    cell

    Return Value

    true if cell is found in the collection, otherwise false
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also