Value property

This property returns or sets the value of the cell. Use this property to calculate the formula in a cell.

Defined in

TextTableCell

Data type

double

Syntax

public double getValue()
public void setValue(double value) 

See examples

Example: Value property