Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableStyleCollection Class / Remove Method
Style name.


In This Topic
Remove Method (TableStyleCollection)
In This Topic
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)

Parameters

name
Style name.
See Also