'Declaration Public Overloads Function Evaluate( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal formula As String _ ) As Object
'Usage Dim instance As ConditionalFormatting Dim row As Integer Dim column As Integer Dim formula As String Dim value As Object value = instance.Evaluate(row, column, formula)
Parameters
- row
- The row of the base cell.
- column
- The column of the base cell.
- formula
- The formula.