[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IFormatCondition.Formula1

Formula1 Property

Formula1

Returns the value or expression associated with the conditional format or data validation. Can be a constant value, a string value, a cell reference, or a formula.

Declaration
string Formula1 { get; }
ReadOnly Property Formula1 As String
Property Value
Type Description
string

The value or expression associated with the conditional format.

Remarks

Because Formula1 property is also used for primitive value, the formula must start with "=".