Spread Silverlight Documentation
RemoveCustomStyle(String) Method


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

Parameters

name
The table name.

Return Value

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

Reference

TableStyles Class
TableStyles Members
Overload List