Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalFormattingRule Class / ParseFormula Method


In This Topic
    ParseFormula Method (ConditionalFormattingRule)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Function ParseFormula( _
       ByVal cfValue As CfValue, _
       ByVal worksheet As Worksheet, _
       ByVal baseRow As Integer, _
       ByVal baseColumn As Integer _
    ) As String
    'Usage
     
    
    Dim instance As ConditionalFormattingRule
    Dim cfValue As CfValue
    Dim worksheet As Worksheet
    Dim baseRow As Integer
    Dim baseColumn As Integer
    Dim value As String
     
    value = instance.ParseFormula(cfValue, worksheet, baseRow, baseColumn)

    Parameters

    cfValue
    worksheet
    baseRow
    baseColumn
    See Also