Nevron .NET Vision
Nevron.FormulaSheet Namespace / NFormulaRowCollection Class / Contains Method
row


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

    Parameters

    row
    row

    Return Value

    true if the row is contained in this 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