[]
Gets the color to use for the specified value.
protected virtual Color GetColor(object value)
Protected Overridable Function GetColor(value As Object) As Color
Type | Name | Description |
---|---|---|
object | value | The value to find color. |
Type | Description |
---|---|
Color | The color which will be used to paint the cell. Color.Empty means the color won't be applied. |