Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.CalcEngine Namespace / IFunctionVisualizer Interface / ApplyFormat Method
The cell value.
A GrapeCity.Spreadsheet.StyleFormat value indicates the style formatting result.


In This Topic
ApplyFormat Method (IFunctionVisualizer)
In This Topic
Applies the format to the cell style format.
Syntax
'Declaration
 
Sub ApplyFormat( _
   ByVal cellValue As Object, _
   ByRef styleFormat As StyleFormat _
) 
 
'Usage
 
Dim instance As IFunctionVisualizer
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