Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NBandCollection Class / Remove Method
The band to remove.


In This Topic
    Remove Method (NBandCollection)
    In This Topic
    Removes the specified NBand object from the collection.
    Syntax
    'Declaration
     
    
    Public Sub Remove( _
       ByVal band As NBand _
    ) 
    'Usage
     
    
    Dim instance As NBandCollection
    Dim band As NBand
     
    instance.Remove(band)
    public void Remove( 
       NBand band
    )

    Parameters

    band
    The band 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