Spread Windows Forms 12.0 Product Documentation
Remove Method (TableStyleCollection)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > TableStyleCollection Class : Remove Method
Style name.
Remove a table style.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal name As String _
) 
'Usage
 
Dim instance As TableStyleCollection
Dim name As String
 
instance.Remove(name)
public void Remove( 
   string name
)

Parameters

name
Style name.
See Also

Reference

TableStyleCollection Class
TableStyleCollection Members