Spread Silverlight Documentation
AddCustomStyles Method


GrapeCity.Windows.SpreadSheet.Data Namespace > TableStyles Class : AddCustomStyles Method
The table style.
Adds the specified custom style.
Syntax
'Declaration
 
Public Shared Sub AddCustomStyles( _
   ByVal style As TableStyle _
) 
'Usage
 
Dim style As TableStyle
 
TableStyles.AddCustomStyles(style)
public static void AddCustomStyles( 
   TableStyle style
)

Parameters

style
The table style.
See Also

Reference

TableStyles Class
TableStyles Members