Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / FormatConditionalHelper Class / GetFormula Method


In This Topic
    GetFormula Method (FormatConditionalHelper)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function GetFormula( _
       ByVal worksheet As Worksheet, _
       ByVal references() As Reference, _
       ByVal rule As CfRule, _
       ByVal expressionIndex As Integer _
    ) As String
    'Usage
     
    
    Dim worksheet As Worksheet
    Dim references() As Reference
    Dim rule As CfRule
    Dim expressionIndex As Integer
    Dim value As String
     
    value = FormatConditionalHelper.GetFormula(worksheet, references, rule, expressionIndex)

    Parameters

    worksheet
    references
    rule
    expressionIndex
    See Also