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


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