Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / FormatConditionalCommand Class / CreateUniqueValuesRuleCommand Method


In This Topic
CreateUniqueValuesRuleCommand Method
In This Topic
Syntax
'Declaration
 
Public Shared Function CreateUniqueValuesRuleCommand( _
   ByVal worksheet As Worksheet, _
   ByVal references() As Reference, _
   ByVal dupeUnique As DupeUnique, _
   ByVal styleFormat As StyleFormat _
) As FormatConditionalCommand
 
'Usage
 
Dim worksheet As Worksheet
Dim references() As Reference
Dim dupeUnique As DupeUnique
Dim styleFormat As StyleFormat
Dim value As FormatConditionalCommand
 
value = FormatConditionalCommand.CreateUniqueValuesRuleCommand(worksheet, references, dupeUnique, styleFormat)

Parameters

worksheet
references
dupeUnique
styleFormat
See Also