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


In This Topic
CreateAverageRuleCommand Method
In This Topic
Syntax
'Declaration
 
Public Shared Function CreateAverageRuleCommand( _
   ByVal worksheet As Worksheet, _
   ByVal references() As Reference, _
   ByVal aboveBellow As AboveBelow, _
   ByVal _numberStdDev As Integer, _
   ByVal styleFormat As StyleFormat _
) As FormatConditionalCommand
 
'Usage
 
Dim worksheet As Worksheet
Dim references() As Reference
Dim aboveBellow As AboveBelow
Dim _numberStdDev As Integer
Dim styleFormat As StyleFormat
Dim value As FormatConditionalCommand
 
value = FormatConditionalCommand.CreateAverageRuleCommand(worksheet, references, aboveBellow, _numberStdDev, styleFormat)

Parameters

worksheet
references
aboveBellow
_numberStdDev
styleFormat
See Also