Spread Silverlight Documentation
Create Method (DuplicateRule)


GrapeCity.Windows.SpreadSheet.Data Namespace > DuplicateRule Class : Create Method
The style.
Creates a new unique rule with specified parameters.
Syntax
'Declaration
 
Public Shared Function Create( _
   ByVal style As StyleInfo _
) As DuplicateRule
'Usage
 
Dim style As StyleInfo
Dim value As DuplicateRule
 
value = DuplicateRule.Create(style)
public static DuplicateRule Create( 
   StyleInfo style
)

Parameters

style
The style.

Return Value

The new unique rule.
See Also

Reference

DuplicateRule Class
DuplicateRule Members