Spread Silverlight Documentation
RemoveCustomStyle(TableStyle) Method


GrapeCity.Windows.SpreadSheet.Data Namespace > TableStyles Class > RemoveCustomStyle Method : RemoveCustomStyle(TableStyle) Method
The table style.
Removes the specified custom style.
Syntax
'Declaration
 
Public Overloads Shared Function RemoveCustomStyle( _
   ByVal style As TableStyle _
) As System.Boolean
'Usage
 
Dim style As TableStyle
Dim value As System.Boolean
 
value = TableStyles.RemoveCustomStyle(style)
public static System.bool RemoveCustomStyle( 
   TableStyle style
)

Parameters

style
The table style.

Return Value

Returns true if the remove action succeeds; otherwise, returns false.
See Also

Reference

TableStyles Class
TableStyles Members
Overload List