Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CfValue Structure / FromPercent Method / FromPercent(String,FormulaEngine) Method
A string value indicates the formula text.
The formula engine.


In This Topic
    FromPercent(String,FormulaEngine) Method
    In This Topic
    Create a percentage conditional formatting value.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function FromPercent( _
       ByVal formula As String, _
       Optional ByVal engine As FormulaEngine _
    ) As CfValue
    'Usage
     
    
    Dim formula As String
    Dim engine As FormulaEngine
    Dim value As CfValue
     
    value = CfValue.FromPercent(formula, engine)
    public static CfValue FromPercent( 
       string formula,
       FormulaEngine engine
    )

    Parameters

    formula
    A string value indicates the formula text.
    engine
    The formula engine.

    Return Value

    A CfValue value represents the percentage conditional formatting value.
    See Also