'Declaration
Public Shared Function CreateDatabarCfRuleCommand( _
ByVal As Worksheet, _
ByVal () As Reference, _
ByVal () As String, _
ByVal () As CfValueType, _
ByVal As DatabarFillType, _
ByVal As Color, _
ByVal As DatabarBorderType, _
ByVal As Color, _
ByVal As DatabarNegativeColorType, _
ByVal As Color, _
ByVal As DatabarNegativeColorType, _
ByVal As Color, _
ByVal As DatabarAxisPosition, _
ByVal As Color, _
ByVal As Boolean, _
ByVal As DatabarDirection _
) As FormatConditionalCommand
'Usage
Dim worksheet As Worksheet
Dim references() As Reference
Dim values() As String
Dim valueTypes() As CfValueType
Dim barFillType As DatabarFillType
Dim fillColor As Color
Dim borderType As DatabarBorderType
Dim borderColor As Color
Dim negativeColorType As DatabarNegativeColorType
Dim negativeFillColor As Color
Dim negativeBorderColorType As DatabarNegativeColorType
Dim negativeBorderColor As Color
Dim axisPosition As DatabarAxisPosition
Dim axisColor As Color
Dim showValue As Boolean
Dim direction As DatabarDirection
Dim value As FormatConditionalCommand
value = FormatConditionalCommand.CreateDatabarCfRuleCommand(worksheet, references, values, valueTypes, barFillType, fillColor, borderType, borderColor, negativeColorType, negativeFillColor, negativeBorderColorType, negativeBorderColor, axisPosition, axisColor, showValue, direction)
public static FormatConditionalCommand CreateDatabarCfRuleCommand(
Worksheet ,
Reference[] ,
string[] ,
CfValueType[] ,
DatabarFillType ,
Color ,
DatabarBorderType ,
Color ,
DatabarNegativeColorType ,
Color ,
DatabarNegativeColorType ,
Color ,
DatabarAxisPosition ,
Color ,
bool ,
DatabarDirection
)