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. |