GrapeCity.Xaml.SpreadSheet.Data
RemoveCustomStyle(TableStyle) Method


GrapeCity.Xaml.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 Boolean
'Usage
 
Dim style As TableStyle
Dim value As Boolean
 
value = TableStyles.RemoveCustomStyle(style)
public static 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