Spread Windows Forms 13.0 Product Documentation
GrapeCity.Spreadsheet Assembly / GrapeCity.CalcEngine Namespace / IFunctionVisualizer Interface / ApplyFormat Method


In This Topic
    ApplyFormat Method (IFunctionVisualizer)
    In This Topic
    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)
    void ApplyFormat( 
       object cellValue,
       ref StyleFormat styleFormat
    )

    Parameters

    cellValue
    styleFormat
    See Also