ConditionalObject Class
Represents a base class for conditional objects used in conditional formatting.
- Inheritance:
- System.ObjectConditionalObject
- Derived
Properties
Value
Gets or sets the value.
Property Value
The value.
Exceptions
- System.ArgumentException
Specified value is not valid for the current conditional object.
Methods
ToString()
Returns a System.String that represents this ConditionalObject instance.
public abstract override string ToString()
Public MustOverride Overrides Function ToString As String
Returns
- System.String
A System.String that represents this ConditionalObject instance.
Overrides
System.Object.ToString()
Remarks
This method should be used primarily for debugging purposes and should be considered volatile (format of its return value might change in future versions).