Xceed Grid for WinForms v4.3 Documentation
Remove Method (CustomStyleList)


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Exporting Namespace > CustomStyleList Class : Remove Method
The unique ID of the ExcelStyle to be removed.
Removes an ExcelStyle object from the CustomStyleList with the specified style ID.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal styleID As String _
) 
'Usage
 
Dim instance As CustomStyleList
Dim styleID As String
 
instance.Remove(styleID)
public void Remove( 
   string styleID
)

Parameters

styleID
The unique ID of the ExcelStyle 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

Reference

CustomStyleList Class
CustomStyleList Members