[]
Applies the format to the cell style format.
public virtual void ApplyFormat(object cellValue, ref StyleFormat styleFormat)
Public Overridable Sub ApplyFormat(cellValue As Object, ByRef styleFormat As StyleFormat)
Type | Name | Description |
---|---|---|
object | cellValue | The cell value. |
StyleFormat | styleFormat | A StyleFormat value indicates the style formatting result. |
This function is invoked only if IsVisual property returns false
.