ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLConditionalFormattingRule Class / FirstFormula Property

In This Topic
    FirstFormula Property (XLConditionalFormattingRule)
    In This Topic
    Gets or sets first formula for this condition.
    Syntax
    'Declaration
     
    Public Property FirstFormula As System.String
    public System.string FirstFormula {get; set;}
    See Also