Spread Silverlight Documentation
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.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

TableStyles Class
TableStyles Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.