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


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

    Parameters

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