Version

Search Results

ToSingle Method

Convert this class instances value to a float data type Overload List

ToString() Method

Returns a string representation of this instances value. Syntax Return Value String representation of instances value

ToString(IFormatProvider) Method

Convert this class instances value to a string instance data type Syntax Parameters provider An IFormatProvider interface implementation that supplies culture-specific formatting information Return Value A string instance equivalent to the value of this instance Remarks If there is no meaningful conversion, this m...

ToString Method (ExcelCalcValue)

Returns a string representation of this instances value. Overload List

ToType Method

Convert this class instances value to a uint data type Syntax Parameters conversionType The Type to which the value of this instance is convertedprovider An IFormatProvider interface implementation that supplies culture-specific formatting information Return Value An Object instance of type conversionType whose va...

Value Property (ExcelCalcValue)

Return the underlying value Syntax

ExcelCalcValue Constructor()

Default constructor Syntax

ExcelCalcValue Constructor(Object)

Initializes a new ExcelCalcValue Syntax Parameters value Object to be represented by the ExcelCalcValue.

IExcelCalcFormula Interface

Interface implemented by the formula object. Syntax