CreateColorScaleCfRuleCommand Method
In This Topic
Syntax
'Declaration
Public Shared Function CreateColorScaleCfRuleCommand( _
ByVal As Worksheet, _
ByVal () As Reference, _
ByVal As Boolean, _
ByVal () As String, _
ByVal () As CfValueType, _
ByVal () As Color _
) As FormatConditionalCommand
'Usage
Dim worksheet As Worksheet
Dim references() As Reference
Dim isThreeColor As Boolean
Dim values() As String
Dim valueTypes() As CfValueType
Dim colors() As Color
Dim value As FormatConditionalCommand
value = FormatConditionalCommand.CreateColorScaleCfRuleCommand(worksheet, references, isThreeColor, values, valueTypes, colors)
public static FormatConditionalCommand CreateColorScaleCfRuleCommand(
Worksheet ,
Reference[] ,
bool ,
string[] ,
CfValueType[] ,
Color[]
)
Parameters
- worksheet
- references
- isThreeColor
- values
- valueTypes
- colors
See Also