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