Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Exporting Namespace / XMLSSAttributeCollection Class / Remove Method / Remove(String) Method
The localName of the XMLSSAttribute to be removed.


In This Topic
    Remove(String) Method
    In This Topic
    Removes an XMLSSAttribute object with the specified localName from the collection.
    Syntax
    'Declaration
     
    Public Overloads Sub Remove( _
       ByVal localName As String _
    ) 
    'Usage
     
    Dim instance As XMLSSAttributeCollection
    Dim localName As String
     
    instance.Remove(localName)
    public void Remove( 
       string localName
    )

    Parameters

    localName
    The localName of the XMLSSAttribute to be removed.
    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