'宣言
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
public static FormatConditionalCommand CreateDatabarCfRuleCommand(
Worksheet ,
Reference[] ,
string[] ,
CfValueType[] ,
DatabarFillType ,
Color ,
DatabarBorderType ,
Color ,
DatabarNegativeColorType ,
Color ,
DatabarNegativeColorType ,
Color ,
DatabarAxisPosition ,
Color ,
bool ,
DatabarDirection
)