Name | Description | |
---|---|---|
![]() | Item | Returns the IValue representing the value type, value and formula of the specified cell, or null if the cell does not have a value. |
The following tables list the members exposed by IValues.
Name | Description | |
---|---|---|
![]() | Item | Returns the IValue representing the value type, value and formula of the specified cell, or null if the cell does not have a value. |
Name | Description | |
---|---|---|
![]() | Clear | Clears the value in the specified cell if one currently exists. |
![]() | ForEachNumber | |
![]() | IsValidNumber | Returns true if the specified number is a valid number, otherwise false is returned. |
![]() | SetError | Sets the value of the specified cell to the specified error value. |
![]() | SetFormula | Overloaded. Sets the specified cell to the specified formula. |
![]() | SetLogical | Sets the value of the specified cell to the specified logical value. |
![]() | SetNumber | Sets the value of the specified cell to the specified number and marks the workbook as needing calculation; the number is assumed to be a valid double precision floating point number. |
![]() | SetText | Overloaded. Sets the value of the specified cell to the specified text. |
![]() | ValidateNumber | Returns true if the specified number is a valid number; converts numbers suffering from underflow to +0.0; returns false if the number cannot be validated. |