Formula1 Property (IDatabar)
In This Topic
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.
Syntax
'Declaration
ReadOnly Property Formula1 As String
'Usage
Dim instance As IDatabar
Dim value As String
value = instance.Formula1
Property Value
The value or expression associated with the conditional format.
See Also