Skip to main content

XlOper Members

A static class that implements methods to create arithmetic and logical operations in the IXlFormulaParameter expression.

Methods

Name Description
Add(IXlFormulaParameter, IXlFormulaParameter) static An arithmetic addition operator.
Divide(IXlFormulaParameter, IXlFormulaParameter) static A division operator.
Equal(IXlFormulaParameter, IXlFormulaParameter) static An equality operator.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
Greater(IXlFormulaParameter, IXlFormulaParameter) static A “Greater than” operator.
GreaterEqual(IXlFormulaParameter, IXlFormulaParameter) static A “Greater than or equal” operator.
Less(IXlFormulaParameter, IXlFormulaParameter) static A “Less than” operator.
LessEqual(IXlFormulaParameter, IXlFormulaParameter) static A “Less than or equal” operator.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
Multiply(IXlFormulaParameter, IXlFormulaParameter) static A multiplication operator.
NotEqual(IXlFormulaParameter, IXlFormulaParameter) static An inequality operator.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Subtract(IXlFormulaParameter, IXlFormulaParameter) static A subtraction operator.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also