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