GrapeCity.Windows.SpreadGrid 名前空間 > TwoColorScaleRule クラス : Create メソッド |
'Declaration
Public Shared Function Create( _ ByVal minType As ScaleValueType, _ ByVal minValue As Object, _ ByVal minColor As Color, _ ByVal maxType As ScaleValueType, _ ByVal maxValue As Object, _ ByVal maxColor As Color _ ) As TwoColorScaleRule
public static TwoColorScaleRule Create( ScaleValueType minType, object minValue, Color minColor, ScaleValueType maxType, object maxValue, Color maxColor )