CreateTopBotomRuleCommand Method
In This Topic
Syntax
'Declaration
Public Shared Function CreateTopBotomRuleCommand( _
ByVal As Worksheet, _
ByVal () As Reference, _
ByVal As TopBottom, _
ByVal As Boolean, _
ByVal As Integer, _
ByVal As StyleFormat _
) As FormatConditionalCommand
'Usage
Dim worksheet As Worksheet
Dim references() As Reference
Dim type As TopBottom
Dim isPercent As Boolean
Dim rank As Integer
Dim styleFormat As StyleFormat
Dim value As FormatConditionalCommand
value = FormatConditionalCommand.CreateTopBotomRuleCommand(worksheet, references, type, isPercent, rank, styleFormat)
Parameters
- worksheet
- references
- type
- isPercent
- rank
- styleFormat
See Also