setNumericCellValue script operation
Set a number as the cell value.
Format: ObjectOriented
Type: method
Syntax
void ExcelCell::setNumericCellValue(Double number)
Parameters
| Type | Name | Description | Is required? | Is array? |
|---|---|---|---|---|
| ExcelCell | operatesOn | The cell whose value is to be set as a number. | true | false |
| Double | number | The number whose value is to be set in the cell. | true | false |
Return values
Return value: void
Is array: false