ParameterValue Methods
Contains data passed to the function or returned.Name | Description |
---|---|
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 ParameterValue instance. |
FromDateTime(DateTime, Boolean) static | Creates the parameter from the DateTime value. |
FromRange(Range) static | Creates a parameter that specifies a certain worksheet range. |
FromRange(List<Range>) static | Creates a ParameterValue object from the specified cell range. |
GetHashCode() | Returns a number that identifies the object instance. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToDateTime(Boolean) | Gets the parameter value as the DateTime calculated using the specified date system. |
ToString() | Returns a textual representation of the ParameterValue object. |
ToString(IFormatProvider) | Returns a textual representation of the ParameterValue object. |
See Also