Version

CalculationValue Class Properties

For a list of all members of this type, see CalculationValue members.

Public Properties
 NameDescription
Public PropertyIsBooleanReturns whether this class instance contains a boolean value  
Public PropertyIsDateTimeReturns whether this class instance contains a DateTime value  
Public PropertyIsDBNullReturns whether this class instance contains a DBNull value  
Public PropertyIsErrorReturns whether this class instance contains an error value  
Public PropertyIsNullReturns whether this class instance contains a null value  
Public PropertyIsReferenceReturns whether this class instance contains a ICalculationReference value  
Public PropertyIsStringReturns whether this class instance contains a string value  
Public PropertyValueReturn the underlying value  
See Also