ApplyFormat Method (FunctionVisualizer)
In This Topic
Applies the format to the cell style format.
Syntax
'Declaration
Public Overridable Sub ApplyFormat( _
ByVal As Object, _
ByRef As StyleFormat _
)
'Usage
Dim instance As FunctionVisualizer
Dim cellValue As Object
Dim styleFormat As StyleFormat
instance.ApplyFormat(cellValue, styleFormat)
public virtual void ApplyFormat(
object ,
ref StyleFormat
)
Parameters
- cellValue
- The cell value.
- styleFormat
- A GrapeCity.Spreadsheet.StyleFormat value indicates the style formatting result.
See Also