If e.Col.IsNumeric AndAlso e.Col.Name <> "成本单价" AndAlso e.Col.Name <> "毛利" Then
If e.Row.IsNull(e.Col.Name) = False Then
Dim age As Single = IIf("销售单价" < "苏高信价格", "销售单价", "苏高信价格")
If e.Row(e.Col.Name) = age Then
e.Style = "最低价"
End If
End If
End If
If e.Col.IsNumeric AndAlso e.Col.Name <> "成本单价" AndAlso e.Col.Name <> "毛利" Then
If e.Row.IsNull(e.Col.Name) = False Then
Dim age As Single = IIf("销售单价" < "苏高信价格", "销售单价", "苏高信价格")
If e.Row(e.Col.Name) = age Then
e.Style = "最低价"
End If
End If
End If