Nevron .NET Vision
Nevron.FormulaSheet Namespace / NVerbCollection Class / Remove Method
verb to remove


In This Topic
    Remove Method (NVerbCollection)
    In This Topic
    Removes the specified verb
    Syntax
    'Declaration
     
    
    Public Sub Remove( _
       ByVal verb As NVerb _
    ) 
    'Usage
     
    
    Dim instance As NVerbCollection
    Dim verb As NVerb
     
    instance.Remove(verb)
    public void Remove( 
       NVerb verb
    )

    Parameters

    verb
    verb to remove
    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