Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Visualization Namespace / FunctionVisualizer Class / ApplyFormat Method
The cell value.
A GrapeCity.Spreadsheet.StyleFormat value indicates the style formatting result.


In This Topic
ApplyFormat Method (FunctionVisualizer)
In This Topic
Applies the format to the cell style format.
Syntax
'Declaration
 
Public Overridable Sub ApplyFormat( _
   ByVal cellValue As Object, _
   ByRef styleFormat As StyleFormat _
) 
 
'Usage
 
Dim instance As FunctionVisualizer
Dim cellValue As Object
Dim styleFormat As StyleFormat
 
instance.ApplyFormat(cellValue, styleFormat)

Parameters

cellValue
The cell value.
styleFormat
A GrapeCity.Spreadsheet.StyleFormat value indicates the style formatting result.
Remarks
This function is invoked only if IsVisual property returns false.
See Also