Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ParameterValue Properties

Contains data passed to the function or returned.
Name Description
ArrayValue Gets the parameter as an array of cell values.
BooleanValue Gets or sets the parameter value to a boolean value.
DateTimeValue Gets the parameter as the DateTime value.
Empty static Gets an empty parameter value.
ErrorValue Gets information on an error which is the parameter.
IsArray Gets whether the parameter is an array.
IsBoolean Gets whether the parameter is of the boolean type.
IsEmpty Gets whether the parameter is an empty parameter.
IsError Gets whether the parameter is an error.
IsNumeric Gets whether the parameter is of the numeric type.
IsRange Determines whether the parameter is a worksheet range.
IsText Gets whether the parameter is text.
NumericValue Gets or sets the numeric value of the parameter.
RangeAreas Gets or sets a list of cell ranges passed as a parameter.
RangeValue Gets or sets a range as a parameter value.
TextValue Gets or sets a text as a parameter value.
See Also